|
Revision 10220, 138 bytes
(checked in by tm1000, 3 years ago)
|
-Errors after 'check for updates'
-Now Return is in the right place
-tftpboot won't have any files until after you generate a phone configuration. I don't even put polycom defaults in there until the first phone is generated. Perhaps we can discuss if you think this is needed
-array_key_exists() errors are now gone
-Undefined variable custom_cfg_data is now gone
-Fixed Polycom config files to not reference polycom folders.
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
include('includes/export.php'); |
|---|