require_once('../include/orm.php'); require_once('../include/globals.php'); require_once('../include/util.php'); $_install_stats_db_connected = $Link == ''; if($_install_stats_db_connected) $Link = connectDb(); define('DBCONNECTED', 1); debugstartpage(); if( isset($_x) ) { //if( $_x != '' ) { $_x = $_x == '' ? array() : StringTokenize($_x, ","); $_result = array(); $_result['version'] = array('actual' => 87); $_result['visibility'] = array(); $_initialvars = arrayExclude(get_defined_vars(), array("_*", "form_*", "s_*", "GLOBALS", "Link", "thisname")); } // isbasewindow: // On Open while( ($__action == "" or $__action == "executedonopen") and (empty($_x) or in('onopen', $_x)) ) { $__action = "executedonopen"; // On start $servers=array(); $__tempresult=sqlexec($Link,"select id, nombre, url from servers order by position;"); while($__temprow=mysql_fetch_array($__tempresult)) { array_push($servers,$__temprow); } debug($servers); print("