Logo
Explore Help
Sign In
1berry/Pico
1
0
Fork 0
You've already forked Pico
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Pico/index.php

10 lines
152 B
PHP
Raw Normal View History

Initial commit.
2012-04-04 14:45:09 +01:00
<?php
Overhaul init of Pico This may break BC if you're using one of the now deprecated constants (e.g. ROOT_DIR)
2015-10-01 15:05:50 +02:00
require_once(__DIR__ . '/vendor/autoload.php');
$pico = new Pico(
__DIR__,
Explicitly treat relative paths to be relative to Picos root dir This tempers the BC break, we can now recommend to simply remove the ROOT_DIR part
2015-10-01 15:14:45 +02:00
'config/',
'plugins/',
'themes/'
Overhaul init of Pico This may break BC if you're using one of the now deprecated constants (e.g. ROOT_DIR)
2015-10-01 15:05:50 +02:00
);
echo $pico->run();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 196ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API