View file catalogdeep/init/system.php

File size: 321B
<?php
$sql = mysql_query("SELECT * FROM `cat_system`");
$row = mysql_fetch_assoc($sql);
$sys_moderacia = $row['moderacia'];
$sys_komnews = $row['komnews'];
$sys_komsites = $row['komsites'];
$sys_rega = $row['rega'];
if($sys_moderacia == "1"){
	$status = "mod";
	}else{
		$status = "off";
	}
$linkname = "tect";








?>