mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Move replay-config to config/
I'm trying to centralize config.
This commit is contained in:
parent
5b97740c80
commit
d66b080873
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require __DIR__.'/replay-config.inc.php';
|
||||
require __DIR__.'/../config/replay-config.inc.php';
|
||||
|
||||
class Replays {
|
||||
var $db;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user