Commit Graph

12 Commits

Author SHA1 Message Date
fusionate
bc34789bdc Permission [Class] - Updates for PHP 8.1 2023-05-16 18:54:27 +00:00
Mafoo
70cfac5876 remove debug lines in permissions (#2658)
because application defaults is now captured for output these debug
lines show up when used. This removes them
2017-06-09 13:32:31 -06:00
FusionPBX
b9f932e8e0 Update permissions.php 2016-10-01 12:07:47 -06:00
FusionPBX
a537084752 Update permissions.php 2016-09-12 15:42:28 -06:00
FusionPBX
79bf6f56a0 Update permissions.php 2016-09-12 15:40:02 -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
26f643ed31 Additional work with temporary permissions. 2015-04-29 21:45:05 +00:00
Mark Crane
66b9b59d44 Fix the delete method. 2015-04-29 07:30:58 +00:00
Mark Crane
b175fbfec9 Update the permission delete method one more time. 2015-04-29 07:06:23 +00:00
Mark Crane
4e0779d31c Modify the delete permission. 2015-04-29 06:33:48 +00:00
Mark Crane
c931201a04 Add a new permission class. 2015-04-29 06:24:04 +00:00