XF2 Add-on [OzzModz] Debug & Development Mode From ACP 2.0.0

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,957
Reaction score
30,481
Points
113
NullCash
592,438
8063dd0bf61a3.png
This simple addon will allow you to enable debug and/or development mode from within your ACP. This helps so you do not have to edit your config.php file.

There are four settings for the addon.
  • Enable debug mode. You can enable/disable debug mode with this option.
  • Enable development mode. You can enable/disable development mode with this option.
  • Default addon. Set a default addon during addon development.
  • Cron enabled. You can turn the cron job off or on. The cron automatically turns off debug and development modes four times a day, GMT/UTC time, 12:01AM 6:01AM 12:01PM and 6:01PM.
This addon will also set ini_set('display_errors', true); if debug or development mode is enabled.

Debug and development use is set by two usergroup permissions.
 

Attachments

  • OzzModz-DebugDevelopment-2_0_0.zip
    17.5 KB · Views: 0
Top