diff php/requestKey.php @ 3121:edd536f01e4b

Include config.php
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 18 Jul 2018 16:51:26 +0100
parents 53d701288da5
children c7de85e03321
line wrap: on
line diff
--- a/php/requestKey.php	Wed Jul 18 16:47:07 2018 +0100
+++ b/php/requestKey.php	Wed Jul 18 16:51:26 2018 +0100
@@ -1,5 +1,5 @@
 <?php
-
+incluce_once("config.php");
 function generateRandomString($length = 32) {
     // from http://stackoverflow.com/questions/4356289/php-random-string-generator
     $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';