mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
e_TEMP added for system temp folder. Import options added for LiveJournal and html (non-CMS) pages. (work in progress)
This commit is contained in:
@@ -1052,7 +1052,10 @@ function update_706_to_800($type='')
|
||||
{
|
||||
mkdir(e_CACHE_URL,0755);
|
||||
}
|
||||
|
||||
if(!is_dir(e_TEMP))
|
||||
{
|
||||
mkdir(e_TEMP,0755);
|
||||
}
|
||||
|
||||
$root_media = str_replace(basename(e_MEDIA)."/","",e_MEDIA);
|
||||
$user_media_dirs = array("images","avatars","files","temp","videos","icons");
|
||||
|
Reference in New Issue
Block a user