本文整理汇总了PHP中Setup::superadmin_check方法的典型用法代码示例。如果您正苦于以下问题:PHP Setup::superadmin_check方法的具体用法?PHP Setup::superadmin_check怎么用?PHP Setup::superadmin_check使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Setup
的用法示例。
在下文中一共展示了Setup::superadmin_check方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
</script>
<tr>
<td class="ui-widget-content">Check for the latest <b>Concerto Platform</b> version</td>
<td id="tdVersionCheckResult" class="ui-state-highlight">...checking the latest version...</td>
<td id="tdVersionCheckReccomendation"class="ui-widget-content" align="center">-</td>
</tr>
<?php
}
?>
<?php
if ($ok) {
?>
<tr>
<?php
$test = Setup::superadmin_check();
?>
<td class="ui-widget-content"><b>superadmin</b> user test</td>
<td class="<?php
echo $test ? "ui-state-highlight" : "ui-state-error";
?>
"><b>superadmin</b> user <b><?php
echo $test ? "EXISTS" : "DOESN'T EXISTS";
?>
- <b style="color:<?php
echo $test ? "green" : "red";
?>
"><?php
echo $test ? "PASSED" : "FAILED";
?>
</b></td>