Move replay-config to config/

I'm trying to centralize config.
This commit is contained in:
Guangcong Luo 2023-11-16 22:59:34 +00:00
parent 5b97740c80
commit d66b080873
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -13,7 +13,7 @@ package-lock.json
/play.pokemonshowdown.com/index.html
/play.pokemonshowdown.com/preactalpha.html
/play.pokemonshowdown.com/crossprotocol.html
/play.pokemonshowdown.com/data/*
/play.pokemonshowdown.com/data/
/play.pokemonshowdown.com/js/server/
/play.pokemonshowdown.com/js/*.js.map
@ -33,5 +33,4 @@ package-lock.json
/replay.pokemonshowdown.com/index.php
/replay.pokemonshowdown.com/js/
/replay.pokemonshowdown.com/caches/
/replay.pokemonshowdown.com/replay-config.inc.php
/replay.pokemonshowdown.com/theme/wrapper.inc.php

View File

@ -1,6 +1,6 @@
<?php
require __DIR__.'/replay-config.inc.php';
require __DIR__.'/../config/replay-config.inc.php';
class Replays {
var $db;