1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Remove .github folder after git pull.

This commit is contained in:
Cameron
2020-04-01 10:22:03 -07:00
parent 89cac32c17
commit 94b9f59e62

View File

@@ -58,6 +58,7 @@ class _system_cron
if(!deftrue('e_DEVELOPER')) // Leave development files intact if developer mode is active.
{
$fl->removeDir(e_BASE.'e107_tests');
$fl->removeDir(e_BASE.'.github');
unlink(e_BASE."composer.json");
unlink(e_BASE."composer.lock");
}