diff options
author | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 12:25:36 -0800 |
---|---|---|
committer | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 13:58:22 -0800 |
commit | b2a5b6b31960b3ecce98a86e037becce90d27881 (patch) | |
tree | 182421687ffc6baa7ddcb4dab907998513c480a1 /config-dist.php | |
parent | 92c6aa46e73615d433bbef223f35921e5bf12e19 (diff) | |
download | microblog-b2a5b6b31960b3ecce98a86e037becce90d27881.tar.gz microblog-b2a5b6b31960b3ecce98a86e037becce90d27881.tar.bz2 microblog-b2a5b6b31960b3ecce98a86e037becce90d27881.zip |
Replaced autolink function with 'iamcal/lib_autolink'.
https://github.com/iamcal/lib_autolink
Closes #5.
Diffstat (limited to 'config-dist.php')
-rw-r--r-- | config-dist.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-dist.php b/config-dist.php index 41c6430..6ae5467 100644 --- a/config-dist.php +++ b/config-dist.php @@ -50,4 +50,5 @@ try { } // load functions -require_once(ROOT.DS.'functions.php');
\ No newline at end of file +require_once(ROOT.DS.'functions.php'); +require_once(ROOT.DS.'lib_autolink.php');
\ No newline at end of file |