alex Mon Aug 20 12:30:29 2001 EDT
Modified files:
/r2/binarycloud/base/init prepend.php
Log:
Removed odysseas' path info, put in "generic" info to make error obvious.
Index: r2/binarycloud/base/init/prepend.php
diff -u r2/binarycloud/base/init/prepend.php:1.3 r2/binarycloud/base/init/prepend.php:1.4
--- r2/binarycloud/base/init/prepend.php:1.3 Mon Jun 25 09:57:29 2001
+++ r2/binarycloud/base/init/prepend.php Mon Aug 20 12:30:29 2001
@@ -1,7 +1,7 @@
<?php
// {{{ Header
/*
- * -File $Id: prepend.php,v 1.3 2001/06/25 16:57:29 odysseas Exp $
+ * -File $Id: prepend.php,v 1.4 2001/08/20 19:30:29 alex Exp $
* -License LGPL (http://www.gnu.org/copyleft/lesser.html)
* -Copyright 2001, Intacct Corp.
* -Author odysseas tsatalos, ody...@ya...
@@ -11,8 +11,8 @@
/* Constants (DO NOT EDIT. Autogenerated by Makefile) {{{ */
/* @AUTO_GENERATED_BEGIN@ */
-define('BC_PATH', '/u02/home/odysseas/r2/binarycloud');
-define('BUILD_PATH', '/u02/home/odysseas/r2/binarycloud/make/en');
+define('BC_PATH', '/path/to/binarycloud');
+define('BUILD_PATH', '/path/to/binarycloud/make/en');
/* @AUTO_GENERATED_END@ */
// }}}
|