mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
simplified Mikrotik Connection
This commit is contained in:
parent
e6f8826490
commit
ac813ca132
11 changed files with 489 additions and 1177 deletions
|
@ -4,8 +4,5 @@
|
|||
**/
|
||||
|
||||
Class Router{
|
||||
public static function _info($name){
|
||||
$d = ORM::for_table('tbl_routers')->where('name',$name)->find_one();
|
||||
return $d;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue