diff options
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public.php b/public.php index a9365d6db63..6c3f853be8d 100644 --- a/public.php +++ b/public.php @@ -27,6 +27,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ + +require_once __DIR__ . '/lib/versioncheck.php'; + try { require_once __DIR__ . '/lib/base.php'; |