Skip to content

Commit

Permalink
Fix wikis.php path
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Nov 7, 2023
1 parent 0bafa31 commit ce55a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/wiki_hotness.php
@@ -1,7 +1,7 @@
<?php
chdir( __DIR__ );
require_once '../../../../../config/db_config.php';
require_once '../../../../../config/wikis.php';
require_once '../../../lp-config/wikis.php';

$db_host = $server;
$db_name = 'liquipedia';
Expand Down

0 comments on commit ce55a84

Please sign in to comment.