cache and config2 cleanup
This commit is contained in:
0
htdocs/cache/captcha/index.html
vendored
0
htdocs/cache/captcha/index.html
vendored
@@ -1 +0,0 @@
|
|||||||
settings.inc.php
|
|
@@ -102,7 +102,7 @@ class Menu
|
|||||||
{
|
{
|
||||||
global $opt;
|
global $opt;
|
||||||
|
|
||||||
$dir = $opt['rootpath'] . 'cache/';
|
$dir = $opt['rootpath'] . 'cache2/';
|
||||||
if ($dh = opendir($dir))
|
if ($dh = opendir($dir))
|
||||||
{
|
{
|
||||||
while (($file = readdir($dh)) !== false)
|
while (($file = readdir($dh)) !== false)
|
||||||
|
Reference in New Issue
Block a user