Changeset 109 for db/hlavni.php


Ignore:
Timestamp:
Oct 14, 2007, 1:35:47 PM (17 years ago)
Author:
hosiplan
Message:

+ možnost přihlásit se jako v minimanageru tzn. na herní ACC
+ jednoduchá administrace
+ správa bugů z bugreporter
+ export characteru
+ hledání creepů + jejich drop
+ úprava databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/hlavni.php

    r102 r109  
    66  <head>
    77    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    8    
    9     <meta name="Description" content="<?php echo $Config['DB_read']['Description']; ?>">
     8<?php if( $id == "logout" OR ($id == "login" AND !empty($SID) ) ){ ?>
     9    <meta http-equiv="refresh" content="2;url=./index.php?id=uvod<?php echo $SID; ?>" />
     10<?php }; ?>
     11    <meta name="Description" content="<?php echo $Config['DB_read']['DB_read']['Description']; ?>">
    1012    <meta name="robots" content="all, follow">
    1113    <link rel="stylesheet" type="text/css" href="css/css.php">
    1214    <link rel="shortcut icon" href="img/favicon.ico">
    1315    <script src="js/scripty.js" type="text/javascript"></script>
    14     <title><?php echo $Config['DB_read']['Title']; ?></title>
     16    <title><?php echo $Config['DB_read']['DB_read']['Title']; ?></title>
    1517  </head>
    1618  <body>
Note: See TracChangeset for help on using the changeset viewer.