aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-30 00:37:07 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-30 00:37:07 +0000
commit4d322701de488c66916d15955099c3ed1ad061ab (patch)
tree19f13abdb83f21f13d6bd3b75f54c5eeccdf35a3 /index.php
parenta2dd39df73d6c29073dbd8d7d87f34adf9aef621 (diff)
fix: image_order cookie path fixed for url rewriting
improve: add function access_denied called when check_status or check_restrictions fail fix: french language correction fix: remove php warnings in clean_iptc_value split search functions into include/functions_search.inc.php git-svn-id: http://piwigo.org/svn/trunk@1113 68402e56-0260-453c-a942-63ccdbb3a9ee
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 937cff75a..4e9454e34 100644
--- a/index.php
+++ b/index.php
@@ -54,7 +54,7 @@ if (isset($_GET['image_order']))
setcookie(
'pwg_image_order',
$_GET['image_order'] > 0 ? $_GET['image_order'] : '',
- 0
+ 0, cookie_path()
);
redirect(