]> git.pld-linux.org Git - packages/eventum.git/commitdiff
config should be require not require_once
authorElan Ruusamäe <glen@delfi.ee>
Tue, 29 Mar 2016 06:05:11 +0000 (09:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 29 Mar 2016 06:05:11 +0000 (09:05 +0300)
eventum-cvs-config.patch
eventum-cvs.php

index 4cdd567c2ac21af207e0206c3a1ae697cb1dd53c..f8623a8166d38134e9df2e7b93c118f31d5bc7bb 100644 (file)
@@ -7,7 +7,7 @@
 -//
 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
 -//
-+require_once '/etc/eventum/scm.php';
++require '/etc/eventum/scm.php';
  
  // save name of this script
  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
@@ -20,7 +20,7 @@
 -//
 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
 -//
-+require_once '/etc/eventum/scm.php';
++require '/etc/eventum/scm.php';
  
  // save name of this script
  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
@@ -33,7 +33,7 @@
 -//
 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
 -//
-+require_once '/etc/eventum/scm.php';
++require '/etc/eventum/scm.php';
  
  // save name of this script
  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
index e451aecbb10ab4532f05b0a5a309332e8f5d4fa3..eb86299b77d9540426a7c3ca781bff66ad7f5e9a 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-# $Id$
 # URL to your Eventum installation.
 # https is supported transparently by PHP 5 if you have openssl module enabled.
 
This page took 0.033544 seconds and 4 git commands to generate.