mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-16 03:17:01 +00:00
switching to a parse_ini_file instead of requiring full the base.php file for defining $config.
This commit is contained in:
parent
9bdc9f1b5a
commit
7ac946e0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
// Set path to your mentions twtxt file:
|
// Set path to your mentions twtxt file:
|
||||||
//$logfile = './mentions.txt'; /* Make sure file is writeable */
|
//$logfile = './mentions.txt'; /* Make sure file is writeable */
|
||||||
require_once("partials/base.php");
|
$config = parse_ini_file('private/config.ini');
|
||||||
$logfile = $config['webmentions_txt_path'];
|
$logfile = $config['webmentions_txt_path'];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue