Commit Graph

12 Commits

Author SHA1 Message Date
markjcrane dbb3e90ace Add smarty modifer in_array 2023-05-22 21:50:15 -06:00
frytimo 69bd42af05
remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
Nate 37b5713c4b Misc Classes: Database class integration. 2019-09-04 06:44:50 -06:00
Harry G. Coin bda6861f88 \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
mafoo 1726744f4e WhitespaceClean-resources/classes
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:08:26 +00:00
Mark Crane ab316a7fb0 Change the include for smarty template engine to a require_once 2014-01-29 09:13:56 +00:00
Mark Crane e770d141a2 Add the uppercase Twig to the template class. 2013-11-12 04:39:54 +00:00
Mark Crane 53cb0c1454 Fix the path for raintpl and remove some trailing spaces and extra tabs. 2013-11-11 20:17:50 +00:00
Matt Putnam 76e60e1303 2013-11-10 16:54:18 +00:00
Mark Crane 4a56cc7a97 Fix the file paths in the template engine. 2013-11-10 06:55:00 +00:00
Mark Crane 29c17fd906 Add the template class. 2013-11-09 20:37:46 +00:00