mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
fix bug #148 Use of undefined constant POCHE_VERSION
This commit is contained in:
parent
38330bfd65
commit
746f93c290
3 changed files with 8 additions and 3 deletions
|
@ -8,6 +8,9 @@
|
|||
* @license http://www.wtfpl.net/ see COPYING file
|
||||
*/
|
||||
|
||||
if (file_exists(__DIR__ . '/inc/poche/myconfig.inc.php')) {
|
||||
require_once __DIR__ . '/inc/poche/myconfig.inc.php';
|
||||
}
|
||||
require_once './inc/poche/Tools.class.php';
|
||||
Tools::createMyConfig();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue