]> git.mxchange.org Git - friendica.git/blobdiff - util/typo.php
begin invites, fb setup changes
[friendica.git] / util / typo.php
index 84a50e15e236b0d68b6c08557d94884cb609b618..e20cce86a5a3c68cc74ef7b7399b1d8abecaaca5 100644 (file)
                }
        }
 
+       if(x($a->config,'php_path'))
+               $phpath = $a->config['php_path'];
+       else
+               $phpath = 'php';
+
        echo "String files\n";
 
        echo 'util/strings.php' . "\n";
@@ -47,5 +52,6 @@
 
        foreach($files as $file) {
                echo $file . "\n";
-               include_once($file);
+       passthru($phpath . ' util/typohelper.php ' . $file);
+//             include_once($file);
        }