Вход Регистрация
Файл: public_html/modules/admin/wk.php
Строк: 22
<?php
include_once($_SERVER["DOCUMENT_ROOT"]."/style/head.php");
echo
'<title>Настройки WorldKassa</title>';
@
session_start();
if(!isset(
$admin)){
echo 
'<div class="error">У вас нет прав для просмотра данной страницы</div>';
include_once(
$_SERVER["DOCUMENT_ROOT"]."/style/foot.php");
exit();
}
if(isset(
$_POST['ok'])){
    
$_POST['id_shop']=intval($_POST['id_shop']);
    
$_POST['hash']=creawap($_POST['hash']);
mysql_query("UPDATE `setting` SET `id_shop`='".$_POST['id_shop']."', `hash`='".$_POST['hash']."'");
}
echo 
'<div id="raz"> <img src="/style/images/icon.png"> Настройки WorldKassa</div>
<div class="con">
<form action="" method="POST">
ID Площадки:<br/>
<input type="text" name="id_shop" value="'
.$sett['id_shop'].'"><br/>
Секретный ключ (hash), технический пароль:<br/>
<input type="text" name="hash" value="'
.$sett['hash'].'"><br/>
<input type="submit" name="ok" value="Сохранить"></form></div>
<div id="links"><a href="/adm">В админку</a></div>'
;
include_once(
$_SERVER["DOCUMENT_ROOT"]."/style/foot.php");
?>
Онлайн: 1
Реклама