Ignore:
Timestamp:
Mar 2, 2009, 5:19:17 PM (16 years ago)
Author:
amun
Message:

Zabezpečení administrace - podle gmlevelu
Přidáno Upravování NOVINEK a FINANCÍ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/pages/admin_novinky.php

    r421 r470  
    4545if (isset($_POST["add"]) AND $lvl > 0)
    4646{
    47   $db -> select_db($db_ghsystem);
     47  $db -> select_db($db_webu);
    4848  $result =  $db -> query("INSERT INTO `articles` ( `id` , `title` , `autor` , `date` , `category` , `text`) VALUES (NULL, '".$_POST["nadpis"]."', '".$_POST["autor"]."', NULL , '".$_POST["kategorie"]."'  , '".$_POST["text"]."');");
    4949  echo "Přidáno !";
Note: See TracChangeset for help on using the changeset viewer.