Browse Source

Removed debugging code.

pull/40/head
Savetheinternet 14 years ago
parent
commit
f12e524544
  1. 10
      inc/instance-config.php
  2. 1
      mod.php
  3. 0
      src/zip.png

10
inc/instance-config.php

@ -9,15 +9,15 @@
*/
/*
// Database stuff
define('MY_SERVER', '127.0.0.1');
define('MY_USER', '');
define('MY_PASSWORD', '');
define('MY_DATABASE', '');
define('MY_USER', 'imgboard');
define('MY_PASSWORD', 'DF3uHz4vvhUM6rCq');
define('MY_DATABASE', 'imgboard');
define('ROOT', '/');
// define('FOO', 'bar');
*/
?>

1
mod.php

@ -35,7 +35,6 @@
}
} else {
// The rest is not done yet...
echo buildThread(1, true);
}
?>

0
src/zip.png

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save