Commit Graph
10 Commits
Author SHA1 Message Date
jrmcclean 12a862217f Update require.php (#6860)
Added an option to check Windows ProgramData
2024-07-23 08:14:55 -06:00
jrmcclean ebd2251b99 Update install.php (#6861)
Added an options for Windows ProgramData folder
2024-07-23 08:14:05 -06:00
jrmcclean 9f20eaf429 Update index.php (#6862)
Added an option to check Windows ProgramData
2024-07-23 08:13:27 -06:00
jrmcclean 1d4f366b05 Update upgrade.php (#6863)
Added Paths for Windows as well new variable for $cache_location and $php_dir to accommodate windows values.
2024-07-23 08:12:44 -06:00
jrmcclean b20df9c33a Update config.php (#6865)
Added an option for Windows ProgramData
2024-07-23 08:11:58 -06:00
jrmcclean 96f6e87224 Update config.lua (#6864)
Added an option to check Windows ProgramData
2024-07-23 08:07:36 -06:00
jrmcclean 4484c9ad5f Update install.php (#6853)
* Update install.php

Update config directory for windows from www folder to Programdata directory
2023-12-22 15:32:42 -07:00
jrmcclean 3b8b771c92 Update install.php (#6699)
* Changed If statement to Switch Case. 
* Added Win option
* Created new Var $php_dir and $cache_location
2023-05-24 17:21:42 -06:00
jrmcclean e22b1fc4e2 Update system.php (#5369)
* Update system.php

PHP version info is not displaying when FreeSWITCH is off.  Line 169 corrects this issue and the information is displayed regardless if FreeSWITCH is on or off.

Added Windows support to display System Memory.
2020-07-30 09:36:27 -06:00
jrmcclean e70261932c Update functions.php (#5366)
Updated the Windows UUID function. The current code PHP_OS === 'Windows'  is limited to non servers.  New code factors in Server and non servers.
2020-07-29 12:02:03 -06:00