Unsupported scripts and control panel web app for a hosting company
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bandwidthgraph.php 197B

123456
  1. <div class="block">
  2. <h2>Bandwidth usage graph</h2>
  3. <div class="innerblock" style="text-align: center;">
  4. <img src="<?PHP echo CP_PATH; ?>res/bandwidth.php" alt="Bandwidth graph">
  5. </div>
  6. </div>