Archived
1
0

Redesigning front page and renaming "KingOfDogTV.de" to "KingOfDog.eu"

This commit is contained in:
Marcel
2018-10-17 11:17:00 +02:00
parent 29d7c2ffdc
commit b32b2790c8
15 changed files with 164 additions and 94 deletions

View File

@@ -112,7 +112,7 @@ class LoginModel extends CI_Model
// TODO: TRANSLATE
$message = "Hallo, bitte aktiviere deinen Account: " . base_url('activate/' . md5($email) . '/' . $activation_key);
// TODO: Send email
mail($email, "Registrierung auf KingOfDogTV.de", $message);
mail($email, "Registrierung auf KingOfDog.eu", $message);
// Send notification
$createdUser = $this->db->query('SELECT ID FROM users WHERE username = ?', [$username])->result_array();