From: Fatih Orhan Date: Thu, 4 Apr 2013 08:14:33 +0000 (+0300) Subject: Don't add 'index.php' to url, REQUEST_URI has it X-Git-Tag: 0.1~73^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bf1be2bf4971688dfe925699c3797dac319cd4b8;p=github%2Fwallabag%2Fwallabag.git Don't add 'index.php' to url, REQUEST_URI has it See http://php.net/manual/en/reserved.variables.server.php --- diff --git a/index.php b/index.php index 167c4401..d89fa41c 100755 --- a/index.php +++ b/index.php @@ -84,7 +84,7 @@ function url(){
  • home
  • favorites
  • archive
  • -
  • poche it !
  • +
  • poche it !
  • prepare("SELECT * FROM entries WHERE read=?");