diff options
author | Arno Richter <mail@arnorichter.de> | 2022-01-26 23:07:24 +0100 |
---|---|---|
committer | Arno Richter <mail@arnorichter.de> | 2022-01-26 23:07:24 +0100 |
commit | 8925294b3e72386a870e8eb730cd7ce32bd62a91 (patch) | |
tree | 9bcea3d74d7e2c897c291ae924f92d70466c3761 /config-dist.php | |
parent | 8acc282d4dece45a3b6db472b9f52f736c0203a4 (diff) | |
parent | a291fc85ba17cd06f6ab5e1890388ea74a7e5863 (diff) | |
download | microblog-8925294b3e72386a870e8eb730cd7ce32bd62a91.tar.gz microblog-8925294b3e72386a870e8eb730cd7ce32bd62a91.tar.bz2 microblog-8925294b3e72386a870e8eb730cd7ce32bd62a91.zip |
Clean up formatting after #9
Diffstat (limited to 'config-dist.php')
-rw-r--r-- | config-dist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-dist.php b/config-dist.php index 6ad8df6..9ad2faa 100644 --- a/config-dist.php +++ b/config-dist.php @@ -51,3 +51,4 @@ try { // load functions require_once(ROOT.DS.'functions.php'); +require_once(ROOT.DS.'lib_autolink.php'); |