Files
thetool/application/RMLWorkorderAdmin/RMLWorkorderAdminController.php
2025-09-02 08:36:33 +00:00

8 lines
183 B
PHP

<?php
class RMLWorkorderAdminController extends mfBaseController {
protected function init() {
$this->needlogin = true;
$this->redirect("WorkorderAdmin");
}
}