Example #1
0
 /**
  * Konstruktor
  */
 public function __construct()
 {
     $this->table = \fpcm\classes\database::tableFiles;
     $this->basepath = \fpcm\classes\baseconfig::$uploadDir;
     $this->exts = image::$allowedExts;
     parent::__construct();
 }
Example #2
0
 /**
  * Konstruktor
  */
 public function __construct()
 {
     $this->basepath = \fpcm\classes\baseconfig::$dbdumpDir;
     $this->exts = dbbackup::$allowedExts;
     parent::__construct();
 }
 /**
  * Konstruktor
  */
 public function __construct()
 {
     $this->basepath = \fpcm\classes\baseconfig::$articleTemplatesDir;
     $this->exts = templatefile::$allowedExts;
     parent::__construct();
 }