mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
move the require files into composer.json
This commit is contained in:
parent
39b4758877
commit
c7edfa5cea
6 changed files with 35 additions and 15 deletions
|
|
@ -3,14 +3,6 @@
|
|||
// Change this to your timezone
|
||||
date_default_timezone_set('Asia/Jakarta');
|
||||
|
||||
// Explicitly including the dispatch framework,
|
||||
// and our functions.php file
|
||||
require 'system/includes/dispatch.php';
|
||||
require 'system/includes/functions.php';
|
||||
require 'system/admin/admin.php';
|
||||
require 'system/includes/session.php';
|
||||
include 'system/includes/opml.php';
|
||||
|
||||
// Load the configuration file
|
||||
config('source', 'config/config.ini');
|
||||
if(config('timezone')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue