aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-02-09 20:54:56 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-10 18:46:53 +0100
commit48417aed1d83f1566c039529faf0354ec3b42e4b (patch)
tree60a6a584e1ee868165d97d2a9d51a546c720abbb /index.php
parent844021ab4c0d3dd6c26704648a736fa53244c914 (diff)
downloadShaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.tar.gz
Shaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.tar.zst
Shaarli-48417aed1d83f1566c039529faf0354ec3b42e4b.zip
Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting
related to #741 and #681
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>';