Вход Регистрация
Файл: modules/domens/add_dir.php
Строк: 33
<?php
/**********************************
*    @package: PerfCMS              *
*    @year: 2012                      *
*    @author: Artas                  *
*    @link: http://perfcms.pp.ua      *
**********************************/
$locate 'in_share';
if(
$user['level'] < '6') { go('/'); }
if(isset(
$_POST['create']) && $_GET['act'] == 'create') {
$name substr(input($_POST['name']), 090);
$desc substr(input($_POST['desc']), 0200);
$db->query("INSERT INTO `share`(`name`, `desc`) VALUES('".$name."', '$desc')");
// print_r($db->errorInfo());
go('/domens/');
}
$title $lang->word('create_dir');
require_once(
SYS.'/view/header.php');
$tpl->div('title'$lang->word('create_dir'));
echo 
'<form action="/domens/add_dir/?act=create" method="post">
        <div class="menu">
            <b>'
$lang->word('name') .'</b>:<br/>
            <input name="name" type="text" /><br/>
            <b>'
$lang->word('desc') .'</b>:<br/>
            <input name="desc" type="text" /><br/>
            <input name="create" type="submit" value="'
$lang->word('create') .'" /><br/>
        </div>
        </form>'
;
        
$tpl->div('block'NAV .'<a href="/domens/">'$lang->word('share') .'</a><br/>' HICO .'<a href="/">'$lang->word('home').'</a>');
require_once(
SYS.'/view/footer.php');
?>
Онлайн: 0
Реклама