Changeset 37 for system/mac_check.php
- Timestamp:
- Jan 31, 2008, 8:38:47 PM (17 years ago)
- Location:
- system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
system
-
Property svn:ignore
set to
nohup.out
-
Property svn:ignore
set to
-
system/mac_check.php
r1 r37 1 <? 2 3 include_once('../html/is/db.php'); 4 include_once('../html/is/error.php'); 5 DB_Init('localhost','root','','is'); 1 <?php 2 include_once('../html/global.php'); 6 3 7 4 echo("Checking hosts config...\n"); 8 DB_Select('hosts','*',"block=0");9 while($Host = DB_Row())5 $DbResult = $Database->select('hosts', '*', "block=0"); 6 while($Host = $DbResult->fetch_array()) 10 7 { 11 8 $Output = array();
Note:
See TracChangeset
for help on using the changeset viewer.