mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-08 11:59:08 -05:00
Update include paths and merge config.inc.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include_once dirname(__FILE__).'/../config/config.inc.php';
|
||||
include_once __DIR__ . '/../config/config.inc.php';
|
||||
|
||||
class PSDatabase {
|
||||
var $db = null;
|
||||
|
||||
Reference in New Issue
Block a user