You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: templates/blizzlike/server/server.commands.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
{
15
15
$postnum++;
16
16
if($hl=='alt')$hl=''; else$hl='alt';
17
+
$topic_permission = $RDB->selectCell("SELECT `name` FROM `rbac_permissions` WHERE id IN (SELECT `id` FROM `rbac_linked_permissions` WHERE linkedId = ".$topic['permission'].")");
17
18
?>
18
19
<script type="text/javascript">
19
20
var postId<?phpecho$postnum;?>="<?phpecho$postnum;?>";
<a href="index.php">Go back</a> to check for additional updates.<br />
78
+
79
+
<?php
80
+
81
+
}*/
62
82
else
63
83
{
64
-
die("SQL update file not found!");
84
+
die("SQL update file not found!<br /><br />Current DB Version: $db_act_ver <br />Expected DB Version: $Core->db_version <br />Next DB Version: $Update->next_db_version");
0 commit comments