浏览代码

Define missing content directory

Using the editor plugin after this file was updated causes errors. Fixed by re-defining the content directory.
theshka 10 年之前
父节点
当前提交
c4af6eef9d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -1,6 +1,7 @@
 <?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/');