mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-01 01:51:12 -05:00
6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
class Bandwidth extends AppModel {
|
|
public $useTable = false;
|
|
}
|
|
?>
|