Ignore:
Timestamp:
Aug 27, 2013, 10:58:24 PM (11 years ago)
Author:
chronos
Message:
  • Added: Wiki page support for storing textual pages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r561 r573  
    22
    33include_once('Database.php');
    4 
    5 class Module
    6 {
    7   var $Database;
    8   var $Config;
    9   var $System;
    10  
    11   function __construct($System)
    12   {
    13     $this->Database = &$System->Database;
    14     $this->Config = &$System->Config;
    15     $this->System = &$System;
    16   }
    17 }
    184
    195class System
     
    116102  function RegisterPage($Path, $Handler)
    117103  {
    118     if(is_array($Path))
     104        if(is_array($Path))
    119105    {
    120106      $Page = &$this->Pages;
Note: See TracChangeset for help on using the changeset viewer.