1
0
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:
Cameron
2017-10-15 11:55:46 -07:00
parent 0073de8698
commit 0c10295588
2 changed files with 23 additions and 10 deletions

View File

@@ -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`;