提交图

7 提交

作者 SHA1 备注 提交日期
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00
Peter Goodhall
6a146f8235 Update SatPC32 Sat Names to correct idents 2017-03-13 21:27:21 +00:00
Peter Goodhall
59cd8bd4c9 Set FMN to FM so correct modes selected in the UI. 2016-11-18 15:45:34 +00:00
Peter Goodhall
6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Peter Goodhall
e04e324365 Added the ability to delete radio profiles 2012-11-13 20:14:39 +00:00
Peter Goodhall
8fba801c40 Added Radio Status at /radio/; 2012-04-08 16:47:18 +01:00
Peter Goodhall
510af39f5c Added Code to get latest radio freq/mode when application is used, radio must be selected 2012-04-08 13:17:14 +01:00