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

8 lines
187 B
PHP

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