diff --git a/activate.php b/activate.php index 186713c..d2048e0 100644 --- a/activate.php +++ b/activate.php @@ -44,7 +44,7 @@ if(isset($_GET['send'])) { $result = $statement->execute(array('userid'=> $userid )); if($result) { - die('Activated. Going to secure now.'); + die('Activated. Going to start now.'); } } ?> diff --git a/adminarea.php b/adminarea.php index 4926538..988e7be 100644 --- a/adminarea.php +++ b/adminarea.php @@ -19,5 +19,5 @@ echo ''; echo '

'; -echo ''; +echo ''; ?> diff --git a/changepass.php b/changepass.php index 25100d5..b7f092b 100644 --- a/changepass.php +++ b/changepass.php @@ -37,11 +37,11 @@ if(isset($_GET['changed'])) { $result = $statement->execute(array('passwordhash' => $passwordhash, 'userid'=> $userid )); if($result) { - die('Changed password. Going to secure now.'); + die('Changed password. Going to start now.'); } } } - die(' '); + die(' '); } else { $errorMessage = '
'; } diff --git a/forlaterpurposemaybe.html b/forlaterpurposemaybe.html index c848c6f..dc78c39 100644 --- a/forlaterpurposemaybe.html +++ b/forlaterpurposemaybe.html @@ -32,7 +32,7 @@ Register(current)