<?php
#######################################
## Mod By KoT (borispol) [76-75-072] ##
#######################################
require_once 'inc.php';
$link = connect_db();
$setting = mysql_query("Select * from setting where klu4='1'");
$set = mysql_fetch_array($setting);
$fotogav = $set['fotogav'];
$postclan = $set['postclan'];
?>