Files
zoneminder/web/api/app/Model/Host.php
mcdamo aa0a831223 Update Host.php (#2062)
Remove whitespace causing problems with session authentication
2018-03-13 22:28:38 -04:00

9 lines
100 B
PHP

<?php
App::uses('AppModel', 'Model');
class Host extends AppModel {
public $useTable = false;
}