Changeset 204 for quests


Ignore:
Timestamp:
Jan 11, 2008, 8:38:55 PM (17 years ago)
Author:
maron
Message:

Oprava cest u příkazu include

Location:
quests
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • quests/ListQuests.php

    r203 r204  
    11<?php
    2 include('includes\global.php');
     2include('includes/global.php');
    33
    44  if(array_key_exists('Translate', $_GET)) {
  • quests/Options.php

    r203 r204  
    11<?php
    2 include('includes\global.php');
     2include('includes/global.php');
    33
    44if (Licence(0)) {
  • quests/action.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44
    55  if (array_key_exists('delete', $_GET) and Licence(1)) {
  • quests/export.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44
    55        function WithOutDiacritical($teststring){
  • quests/form.php

    r203 r204  
    11<?php
    2 include('includes\global.php');   
     2include('includes/global.php');   
    33
    44  if (array_key_exists('ID', $_GET)) {
  • quests/includes/config.php

    r203 r204  
    55    'Host' => 'localhost',
    66    'User' => 'root',
    7     'Password' => 'gurubashi',
     7    'Password' => '',
    88    'Database' => 'quests',
    99    'Prefix' => '',
  • quests/index.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44 
    55?><br /><br /><br />
  • quests/registrace.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44 
    55  if (array_key_exists('user', $_POST)) {
  • quests/save.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44
    55  if (array_key_exists('entry', $_POST)) {
  • quests/statistic.php

    r203 r204  
    11<?php
    22
    3   include('includes\global.php');
     3  include('includes/global.php');
    44 
    55  $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.