|
@@ -77,7 +77,7 @@ class AdminController extends DooController {
|
|
}
|
|
}
|
|
function adlogin() {
|
|
function adlogin() {
|
|
|
|
|
|
- $this->get_args('passwork') ? $this->get_args('passwork') : "";
|
|
|
|
|
|
+
|
|
|
|
|
|
$passwork = $this->get_args('passwork') ? $this->get_args('passwork') : "";
|
|
$passwork = $this->get_args('passwork') ? $this->get_args('passwork') : "";
|
|
$uid = $this->get_args('user') ? $this->get_args('user') : "";
|
|
$uid = $this->get_args('user') ? $this->get_args('user') : "";
|