|
From: Benjamin C. <bc...@us...> - 2001-08-23 01:32:08
|
Update of /cvsroot/phpbt/phpbt/admin
In directory usw-pr-cvs1:/tmp/cvs-serv5046
Modified Files:
component.php os.php project.php resolution.php severity.php
status.php user.php version.php
Log Message:
With the new inclusion of config.php in .. we need a way to get to it. If there is a better way than this to do it, let me know
Index: component.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/component.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- component.php 2001/08/17 14:39:47 1.8
+++ component.php 2001/08/23 01:32:05 1.9
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($componentid = 0) {
global $q, $me, $projectid, $name, $description, $owner, $active, $u, $STRING;
Index: os.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/os.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- os.php 2001/08/17 14:39:47 1.8
+++ os.php 2001/08/23 01:32:05 1.9
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($osid = 0) {
global $q, $me, $fname, $fregex, $fsortorder, $STRING;
@@ -125,4 +127,4 @@
page_close();
-?>
\ No newline at end of file
+?>
Index: project.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/project.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.php 2001/08/17 14:39:47 1.10
+++ project.php 2001/08/23 01:32:05 1.11
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($projectid = 0) {
global $q, $me, $name, $description, $active, $version, $u, $STRING, $now;
@@ -208,4 +210,4 @@
page_close();
-?>
\ No newline at end of file
+?>
Index: resolution.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/resolution.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- resolution.php 2001/08/17 14:39:47 1.9
+++ resolution.php 2001/08/23 01:32:05 1.10
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($resolutionid = 0) {
global $q, $me, $fname, $fdescription, $fsortorder, $STRING;
@@ -126,4 +128,4 @@
page_close();
-?>
\ No newline at end of file
+?>
Index: severity.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/severity.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- severity.php 2001/08/18 20:12:39 1.2
+++ severity.php 2001/08/23 01:32:05 1.3
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($severityid = 0) {
global $q, $me, $fname, $fdescription, $fsortorder, $fcolor, $STRING;
Index: status.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/status.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- status.php 2001/08/17 14:39:47 1.9
+++ status.php 2001/08/23 01:32:05 1.10
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($statusid = 0) {
global $q, $me, $fname, $fdescription, $fsortorder, $STRING;
@@ -126,4 +128,4 @@
page_close();
-?>
\ No newline at end of file
+?>
Index: user.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/user.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- user.php 2001/08/17 14:39:47 1.14
+++ user.php 2001/08/23 01:32:05 1.15
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($userid = 0) {
global $q, $me, $ffirstname, $flastname, $femail, $fpassword, $usertype, $STRING, $now;
@@ -148,4 +150,4 @@
page_close();
-?>
\ No newline at end of file
+?>
Index: version.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/version.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- version.php 2001/08/17 14:39:47 1.9
+++ version.php 2001/08/23 01:32:05 1.10
@@ -20,8 +20,10 @@
// along with phpBugTracker; if not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// ------------------------------------------------------------------------
+// $Id$
-include '../include.php';
+ini_set('include_path', '../'.ini_get('include_path'));
+include 'include.php';
function do_form($versionid = 0) {
global $q, $me, $projectid, $version, $active, $STRING, $now, $u;
@@ -80,4 +82,4 @@
page_close();
-?>
\ No newline at end of file
+?>
|