]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- update for superglobals
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Dec 2006 20:09:11 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-paths.patch -> 1.32

eventum-paths.patch

index 8d4f0878db22a7e44b4130770e66694fbba139cb..f95fe8cce1808230dca5f600e8a528cca55364f0 100644 (file)
 +        return "The file '/etc/webapps/eventum/config.php' needs to be writable by the web server user. Please correct this problem and try again.";
      }
      // gotta check and see if the provided installation path really exists...
-     if (!file_exists($HTTP_POST_VARS['path'])) {
+     if (!file_exists($_POST['path'])) {
 @@ -287,16 +287,16 @@
      $private_key = '<?php
  $private_key = "' . md5(microtime()) . '";
  }
  
 -
--$full_url = dirname($HTTP_SERVER_VARS['PHP_SELF']);
+-$full_url = dirname($_SERVER['PHP_SELF']);
 -$pieces = explode("/", $full_url);
 -$relative_url = array();
 -$relative_url[] = '';
This page took 0.068349 seconds and 4 git commands to generate.