updated phpdocumentor and use php command instead of php5

This commit is contained in:
Ulf Gebhardt 2024-11-21 02:47:15 +01:00
parent 56561aa20d
commit 0db9650836
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -12,7 +12,7 @@ class phpdocumentor {
mkdir($outpath->SERVERPATH(), 0777, true);}
if (!file_exists($cachepath->SERVERPATH())) {
mkdir($cachepath->SERVERPATH(), 0777, true);}
$result = shell_exec('php5 '.dirname(__FILE__).'/phpDocumentor.phar run'.
$result = shell_exec('php '.dirname(__FILE__).'/phpDocumentor.phar run'.
' -d '.$inpath->SERVERPATH().
' -t '.$outpath->SERVERPATH().
' --template="'.$template.'"'.