summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Bellinson <thread@gentoo.org>2001-06-22 20:43:59 +0000
committerAdam Bellinson <thread@gentoo.org>2001-06-22 20:43:59 +0000
commitab11a46db30187b2afb7bf006e91a9b6a83bdb27 (patch)
tree5934b1a76dde7aead5d60e0b1f1a06467848194a /app-doc
parent*** empty log message *** (diff)
downloadhistorical-ab11a46db30187b2afb7bf006e91a9b6a83bdb27.tar.gz
historical-ab11a46db30187b2afb7bf006e91a9b6a83bdb27.tar.bz2
historical-ab11a46db30187b2afb7bf006e91a9b6a83bdb27.zip
*** empty log message ***
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gentoo-web/files/wiki/functions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/files/wiki/functions.php b/app-doc/gentoo-web/files/wiki/functions.php
index 7308097b2f7a..52e97ae20726 100644
--- a/app-doc/gentoo-web/files/wiki/functions.php
+++ b/app-doc/gentoo-web/files/wiki/functions.php
@@ -1,7 +1,9 @@
<?php
session_start();
- mysql_connect( 'localhost', '@@USER@@', '@@PASS@@' );
- mysql_select_db( '@@DB@@' );
+# mysql_connect( 'localhost', '@@USER@@', '@@PASS@@' );
+# mysql_select_db( '@@DB@@' );
+ mysql_connect( 'localhost', 'thread', 'twinkie09' );
+ mysql_select_db( 'wiki' );
?>
<?php function main_header ( $title = 'Unknown' ) {