updated phpdocumentor and use php command instead of php5
This commit is contained in:
parent
56561aa20d
commit
0db9650836
Binary file not shown.
@ -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.'"'.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user