Changeset 204
- Timestamp:
- Jan 11, 2008, 8:38:55 PM (17 years ago)
- Location:
- quests
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/ListQuests.php
r203 r204 1 1 <?php 2 include('includes \global.php');2 include('includes/global.php'); 3 3 4 4 if(array_key_exists('Translate', $_GET)) { -
quests/Options.php
r203 r204 1 1 <?php 2 include('includes \global.php');2 include('includes/global.php'); 3 3 4 4 if (Licence(0)) { -
quests/action.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 if (array_key_exists('delete', $_GET) and Licence(1)) { -
quests/export.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 function WithOutDiacritical($teststring){ -
quests/form.php
r203 r204 1 1 <?php 2 include('includes \global.php');2 include('includes/global.php'); 3 3 4 4 if (array_key_exists('ID', $_GET)) { -
quests/includes/config.php
r203 r204 5 5 'Host' => 'localhost', 6 6 'User' => 'root', 7 'Password' => ' gurubashi',7 'Password' => '', 8 8 'Database' => 'quests', 9 9 'Prefix' => '', -
quests/index.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 ?><br /><br /><br /> -
quests/registrace.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 if (array_key_exists('user', $_POST)) { -
quests/save.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 if (array_key_exists('entry', $_POST)) { -
quests/statistic.php
r203 r204 1 1 <?php 2 2 3 include('includes \global.php');3 include('includes/global.php'); 4 4 5 5 $ID = mysql_fetch_row($Database->SQLCommand("SELECT count(entry) FROM quests WHERE Language <> '0' AND Complete = '1'"));
Note:
See TracChangeset
for help on using the changeset viewer.