mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-06-24 13:40:24 -04:00
6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
class Bandwidth extends AppModel {
|
|
public $useTable = false;
|
|
}
|
|
?>
|