mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Added e_CACHE_URL
This commit is contained in:
@@ -1045,6 +1045,10 @@ function update_706_to_800($type='')
|
||||
{
|
||||
mkdir(e_BACKUP,0755);
|
||||
}
|
||||
if(!is_dir(e_CACHE_URL))
|
||||
{
|
||||
mkdir(e_CACHE_URL,0755);
|
||||
}
|
||||
|
||||
|
||||
$root_media = str_replace(basename(e_MEDIA)."/","",e_MEDIA);
|
||||
|
Reference in New Issue
Block a user