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 'Session A echo ' '; echo 'Admin Admin'; echo ' '; -echo 'Back'; +echo 'Back'; ?> 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(' successfull. go to: secure page '); + die(' successfull. go to: start page '); } else { $errorMessage = 'somethings wrong (maybe wrong password or wrong user)'; } diff --git a/forlaterpurposemaybe.html b/forlaterpurposemaybe.html index c848c6f..dc78c39 100644 --- a/forlaterpurposemaybe.html +++ b/forlaterpurposemaybe.html @@ -32,7 +32,7 @@ Register(current) - Functions + Functions Profile Another action diff --git a/login.php b/login.php index 9ce9477..f045117 100644 --- a/login.php +++ b/login.php @@ -20,7 +20,7 @@ if(isset($_GET['login'])) { $_SESSION['activated'] = $user['activated']; $_SESSION['updated_at'] = $user['updated_at']; $_SESSION['isadmin'] = $user['isadmin']; - die(' successfull. go to: secure page '); + die(' successfull. go to: start page '); } else { $errorMessage = 'somethings wrong (maybe wrong password or wrong user)'; } diff --git a/profile.php b/profile.php index 5e2f440..8dfcb47 100644 --- a/profile.php +++ b/profile.php @@ -87,7 +87,7 @@ echo ""; -Back +Back