Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-8543

Remove unnecessary PHP constants

XMLWordPrintable

      defines.inc.php contains the following constants:

      define('SBR', "<br/>\n");
      define('SPACE', ' ');
      define('RARR', '⇒');
      define('SQUAREBRACKETS', '%5B%5D');

      These symbols shouldn't be written as constants. SQUAREBRACKETS, SBR and RARR will be rewritten as literal symbols but SPACE will be deprecated

            Unassigned Unassigned
            jelisejev Pavels Jelisejevs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: