<?
if (isset($_GET['s'])) {header('Content-Type: text/html; charset=utf-8');highlight_file(__FILE__);exit;}

switch (
$mod) {

case 
'dumak':

    include
'Select.php';

break;

case 
'set':

    include
'Settings.php';

break;

}

?>