diff options
| author | mentos | 2011-02-03 15:53:39 +0100 |
|---|---|---|
| committer | mentos | 2011-02-03 15:53:39 +0100 |
| commit | 33f37dd47bf0441476eaa0f010bcb24891ef75c0 (patch) | |
| tree | e387f32a9641c52652de1bb765f87df011fc7557 /application | |
| parent | .settings und .buildpath wieder aus git entfernt (diff) | |
| download | pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.gz pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.xz pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.zip | |
application.ini passwoerter entfernt
Diffstat (limited to 'application')
| -rw-r--r-- | application/configs/application.ini | 26 | ||||
| -rw-r--r-- | application/forms/AuthRegister.php | 2 |
2 files changed, 1 insertions, 27 deletions
diff --git a/application/configs/application.ini b/application/configs/application.ini deleted file mode 100644 index d421af8..0000000 --- a/application/configs/application.ini +++ /dev/null @@ -1,26 +0,0 @@ -[production] -phpSettings.display_startup_errors = 0 -phpSettings.display_errors = 0 -includePaths.library = APPLICATION_PATH "/../library" -bootstrap.path = APPLICATION_PATH "/Bootstrap.php" -bootstrap.class = "Bootstrap" -appnamespace = "Application" -resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" -resources.frontController.params.displayExceptions = 0 -resources.db.adapter = PDO_MYSQL -resources.db.params.host = localhost -resources.db.params.username = root -resources.db.params.password = lsfks-openslx -resources.db.params.dbname = pbs -resources.db.isDefaultTableAdapter = true - -[staging : production] - -[testing : production] -phpSettings.display_startup_errors = 1 -phpSettings.display_errors = 1 - -[development : production] -phpSettings.display_startup_errors = 1 -phpSettings.display_errors = 1 -resources.frontController.params.displayExceptions = 1 diff --git a/application/forms/AuthRegister.php b/application/forms/AuthRegister.php index 7cb6ef4..773f020 100644 --- a/application/forms/AuthRegister.php +++ b/application/forms/AuthRegister.php @@ -5,7 +5,7 @@ class Application_Form_AuthRegister extends Zend_Form public function init() { - $this->setName("Login"); + $this->setName("Register"); $this->setMethod('post'); $this->addElement('text', 'title', array( |
