diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1528,7 +1528,7 @@ function renderPage($conf, $pluginManager, $LINKSDB) | |||
1528 | $_POST, | 1528 | $_POST, |
1529 | $_FILES, | 1529 | $_FILES, |
1530 | $LINKSDB, | 1530 | $LINKSDB, |
1531 | $conf->get('resource.page_cache') | 1531 | $conf |
1532 | ); | 1532 | ); |
1533 | echo '<script>alert("'.$status.'");document.location=\'?do=' | 1533 | echo '<script>alert("'.$status.'");document.location=\'?do=' |
1534 | .Router::$PAGE_IMPORT .'\';</script>'; | 1534 | .Router::$PAGE_IMPORT .'\';</script>'; |