diff options
author | foobar <sniper@php.net> | 2002-11-13 00:49:37 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-11-13 00:49:37 +0000 |
commit | 09c36c87fb1f9239168951c115d24d89133017a5 (patch) | |
tree | daba0345adae35adb4b7b7ddd0701f6d215e310a | |
parent | bad126c6a0d17442092cb3a7f3956a185e9ca3f8 (diff) | |
download | php-git-09c36c87fb1f9239168951c115d24d89133017a5.tar.gz |
added missing cvs id tag
-rw-r--r-- | pear/install-pear.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pear/install-pear.php b/pear/install-pear.php index c480ad8371..99730b18b4 100644 --- a/pear/install-pear.php +++ b/pear/install-pear.php @@ -1,5 +1,7 @@ <?php +/* $Id$ */ + $pear_dir = dirname(__FILE__); ini_set('include_path', $pear_dir); ##//include_once 'PEAR/Config.php'; |