2015-11-03 01:25:08 +01:00
|
|
|
<?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-12 02:06:47 +01:00
|
|
|
require_once(SITE_LOCATION . '/php/passwordreset.php');
|
2016-06-07 01:41:02 +02:00
|
|
|
require_once(SITE_LOCATION . '/php/display.php');
|
2015-11-03 01:25:08 +01:00
|
|
|
|
|
|
|
?>
|