diff options
author | friendica <info@friendica.com> | 2012-07-21 16:43:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-21 16:43:31 -0700 |
commit | 86f55ab0b98a55f2af25f23d4dd8af34109de486 (patch) | |
tree | 2872056e41c4fc3bad3b6d19f6fa0accd7541c5d /boot.php | |
parent | e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2 (diff) | |
download | volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.tar.gz volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.tar.bz2 volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.zip |
new registration page
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -352,6 +352,7 @@ function startup() { if(! class_exists('App')) { class App { + public $account; public $module_loaded = false; public $query_string; public $config; |