Przeglądaj źródła

CONTENT_DIR constant isn't functional anymore

Daniel Rudolf 10 lat temu
rodzic
commit
e23e61daad
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      index.php

+ 0 - 1
index.php

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