Changeset 579 for trunk/admin


Ignore:
Timestamp:
Sep 11, 2013, 11:30:14 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Various errors related to old global variables.
Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r577 r579  
    1212  '<a href="https://'.$Config['Web']['Host'].'/phpmyadmin/">Správa databáze</a><br/>'.
    1313  '<small>Rozhraní phpMyAdmin pro přímou správu databáze</small><br/><br/>'.
    14   '<a href="'.$System->Link('/action.php?action=dbkit').'">DB opravy</a><br/>'.
    15   '<small>Opravy databáze</small><br/><br/>'.
    1614  '<a href="'.$System->Link('/import/').'">Import textů</a><br/>'.
    1715  '<small>Načtení zdrojových textů do databáze</small><br/><br/>'.
  • trunk/admin/install.php

    r567 r579  
    33include_once(dirname(__FILE__).'/../includes/Database.php');
    44include_once(dirname(__FILE__).'/../includes/AppModule.php');
     5include_once(dirname(__FILE__).'/../includes/Base.php');
    56include_once(dirname(__FILE__).'/../includes/system.php');
    67include_once(dirname(__FILE__).'/../includes/Update.php');
Note: See TracChangeset for help on using the changeset viewer.