mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Allow inactive themes to be synced with Git. (when .git is detected)
This commit is contained in:
@@ -1347,6 +1347,12 @@ class e_file
|
||||
$text = `$cmd2 2>&1`;
|
||||
$text .= `$cmd3 2>&1`;
|
||||
|
||||
if(deftrue('e_DEBUG'))
|
||||
{
|
||||
$message = date('r')."\t\tgitPull()\t\t".$text;
|
||||
file_put_contents(e_LOG."fileClass.log",$message,FILE_APPEND);
|
||||
}
|
||||
|
||||
// $text .= `$cmd4 2>&1`;
|
||||
|
||||
// $text .= `$cmd5 2>&1`;
|
||||
|
Reference in New Issue
Block a user