mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-22 19:02:39 +01:00
Techdaan fixed CSS POG POG
This commit is contained in:
parent
9ebc73902e
commit
9599486ad0
@ -4,6 +4,6 @@
|
||||
|
||||
1. Import runescape.sql into a database named "runescape"
|
||||
2. Edit includes/config.php as needed
|
||||
3. Run `php -S 127.0.0.1:4000 index.php`
|
||||
3. Run `php -S 0.0.0.0:4000`
|
||||
|
||||
Originally made by [jarryd229](https://github.com/jarryd229)
|
||||
|
@ -55,7 +55,7 @@ $skin1 = dbevaluate("SELECT theme FROM versioning;");
|
||||
switch ($skin1) {
|
||||
case 0: $skin = "default";
|
||||
break;
|
||||
case 1: $skin = "halloween";
|
||||
case 1: $skin = "default";
|
||||
break;
|
||||
case 2: $skin = "christmas";
|
||||
break;
|
||||
|
@ -3,5 +3,5 @@ $config['database.host'] = "localhost";
|
||||
$config['database.user'] = "root";
|
||||
$config['database.pass'] = "";
|
||||
$config['database.name'] = "runescape";
|
||||
$config['site.address'] = "http://localhost/runescape";
|
||||
$config['site.address'] = "http://localhost:4000"; // Was http://localhost/runescape
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user