We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38bbc9 commit 1227f32Copy full SHA for 1227f32
includes/template_loader.php
@@ -1,7 +1,7 @@
1
<?php
2
require('includes/classes/template_parse.php');
3
4
- server::selectDB('webdb');
+ connect::selectDB('webdb');
5
6
$getTemplate = mysql_query("SELECT path FROM template WHERE applied='1' ORDER BY id ASC LIMIT 1");
7
$row = mysql_fetch_assoc($getTemplate);
0 commit comments