Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2. session_start();
  3. class JConfig {
  4.     public $offline = '0';
  5.     public $offline_message = 'Diese Website ist zurzeit im Wartungsmodus.<br />Bitte später wiederkommen.';
  6.     public $sitename = 'Ebrar-Erlangen';
  7.     public $editor = 'tinymce';
  8.     public $list_limit = '20';
  9.     public $access = '1';
  10.     public $debug = '0';
  11.     public $debug_lang = '0';
  12.     public $dbtype = 'mysqli';
  13.     public $host = 'localhost';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement