summaryrefslogtreecommitdiffstats
path: root/backend/php-mysql
diff options
context:
space:
mode:
authorondrej.zara <none@none>2009-02-13 13:51:08 +0000
committerondrej.zara <none@none>2009-02-13 13:51:08 +0000
commit8662377cf009601f9acf1d12e37f17617fce20d1 (patch)
tree07e0834c30a85a5427c0984aee3b9a28eb8f142c /backend/php-mysql
parent819d1c7de02e6a0af7021214c930bd44bb651ed6 (diff)
downloadwwwsqldesigner-8662377cf009601f9acf1d12e37f17617fce20d1.zip
wwwsqldesigner-8662377cf009601f9acf1d12e37f17617fce20d1.tar.gz
wwwsqldesigner-8662377cf009601f9acf1d12e37f17617fce20d1.tar.bz2
#6
--HG-- extra : convert_revision : svn%3Ab267cdba-c1da-11dd-874b-8bacd04a0a74/trunk%4034
Diffstat (limited to 'backend/php-mysql')
-rw-r--r--backend/php-mysql/index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/php-mysql/index.php b/backend/php-mysql/index.php
index 7675ef1..b1f8244 100644
--- a/backend/php-mysql/index.php
+++ b/backend/php-mysql/index.php
@@ -1,4 +1,5 @@
<?php
+ set_time_limit(0);
function setup_saveloadlist() {
define("SERVER","localhost");
define("USER","");
@@ -7,9 +8,9 @@
define("TABLE","wwwsqldesigner");
}
function setup_import() {
- define("SERVER","tv1.dev");
- define("USER","tvprogram");
- define("PASSWORD","xxx");
+ define("SERVER","localhost");
+ define("USER","");
+ define("PASSWORD","");
define("DB","information_schema");
}
function connect() {