aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-11 14:23:05 +0100
committerGitHub <noreply@github.com>2017-03-11 14:23:05 +0100
commit196808e14f4df44faea4d010c062c09f36095d9b (patch)
tree8e5f72c44f813a0da6cbd7a400b2dd37f56a9d9e /index.php
parentc4f8360240990d7db55ceccd4bb4d4f67678fce6 (diff)
parent87e9631e4aa7c9f535ee9f97ba3db595117350ab (diff)
downloadShaarli-196808e14f4df44faea4d010c062c09f36095d9b.tar.gz
Shaarli-196808e14f4df44faea4d010c062c09f36095d9b.tar.zst
Shaarli-196808e14f4df44faea4d010c062c09f36095d9b.zip
Merge pull request #779 from ArthurHoaro/feature/import-parser-logs
Link imports are now logged in `data/` folder, and can be debug using…
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3c2bb1d2..cc7f3ca3 100644
--- a/index.php
+++ b/index.php
@@ -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>';