Просмотр файла ViPTurbo 3.0/outlink.php

Размер файла: 539B
<?
include('include/path.php');


if(isset($_GET['u'])) {  

  if(isset($_GET['id'])) sql_send('UPDATE `'.PRE.'reklama` WHERE `id`='.intval($_GET['id']));

  $link = '1; URL='.htmlspecialchars($_GET['u']);
  function put_content() {

       echo '<a href="'.htmlspecialchars($_GET['u']).'">загрузка...</a>';
   }
  

} else {

  $link = '1; URL=index.php';
  function put_content() {

       echo '<a href="index.php">загрузка...</a>';
   }
}


// подключение дизайна
design();?>