mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Update file_class.php
This commit is contained in:
@@ -1506,7 +1506,7 @@ class e_file
|
|||||||
$time = date("YmdHi");
|
$time = date("YmdHi");
|
||||||
if(rename($destpath.$dir, e_BACKUP.$dir."_".$time))
|
if(rename($destpath.$dir, e_BACKUP.$dir."_".$time))
|
||||||
{
|
{
|
||||||
$mes->addSuccess("Old folder moved to backup directory");
|
$mes->addSuccess(ADLAN_195);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user