Lexiconga/php/functions.php

9 lines
322 B
PHP
Raw Normal View History

<?php
// Put your function files here, and they'll be added everywhere require.php is!
require_once(SITE_LOCATION . '/php/helpers.php');
require_once(SITE_LOCATION . '/php/plugins/easycrypt.php');
require_once(SITE_LOCATION . '/php/validation.php');
2015-12-02 02:01:52 +01:00
require_once(SITE_LOCATION . '/php/password_reset_validation.php');
?>