Harry G. Coin
91a92d8e5e
\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
e0fdf41320
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
cb6ecd26bf
Change the include for smarty template engine to a require_once
2014-01-29 09:13:56 +00:00
Mark Crane
1501d78a1b
Add the uppercase Twig to the template class.
2013-11-12 04:39:54 +00:00
Mark Crane
72944f1976
Fix the path for raintpl and remove some trailing spaces and extra tabs.
2013-11-11 20:17:50 +00:00
Matt Putnam
275b387641
2013-11-10 16:54:18 +00:00
Mark Crane
82ff468297
Fix the file paths in the template engine.
2013-11-10 06:55:00 +00:00
Mark Crane
1e827beeed
Add the template class.
2013-11-09 20:37:46 +00:00