Skip to content

Commit

Permalink
Fix wikis.php path for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
notr1ch committed Nov 7, 2023
1 parent a760c33 commit 6cc15ef
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 '../../../lp-config/wikis.php';
require_once '../../../lp-config/variables/wikis.php';

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

0 comments on commit 6cc15ef

Please sign in to comment.