Explorar o código

Looks like calling strings.php causes a broken result as strings tries to
get other modules that are not reachable from this path through ../

This small fix should fix that problem.

philippe_mingo %!s(int64=23) %!d(string=hai) anos
pai
achega
dd2494dd12
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      index.php

+ 2 - 5
index.php

@@ -11,10 +11,7 @@
  * $Id$
  */
 
-require_once('./functions/strings.php');
-
-$location = get_location();
-header("Location: $location/src/login.php\n\n");
+header("Location: src/login.php\n\n");
 exit();
 
-?>
+?>