1
0
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:
CaMer0n
2012-06-08 08:18:03 +00:00
parent 7f79fee435
commit 1d52185bc8
4 changed files with 39 additions and 6 deletions

View File

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