CONTENT_DIR constant isn't functional anymore

This commit is contained in:
Daniel Rudolf 2015-08-01 21:55:19 +02:00
parent e942d40187
commit e23e61daad

View file

@ -1,7 +1,6 @@
<?php
define('ROOT_DIR', realpath(dirname(__FILE__)) . '/');
define('CONTENT_DIR', ROOT_DIR . 'content-sample/');
define('CONTENT_EXT', '.md');
define('LIB_DIR', ROOT_DIR . 'lib/');
define('PLUGINS_DIR', ROOT_DIR . 'plugins/');