]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - install.php
[FEATURE] Remove redundant constants
[jirafeau_mojo42.git] / install.php
index df4f106490992fa72623da13a484f7399e40b9c0..2d7afd986d008fdf268b17b5c8b35ef7244026c5 100644 (file)
@@ -18,8 +18,7 @@
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
-define ('NL', "\n");
-define ('QUOTE', "'");
+
 define ('JIRAFEAU_CFG', JIRAFEAU_ROOT . 'lib/config.local.php');
 define ('JIRAFEAU_VAR_RAND_LENGTH', 15);
 

patrick-canterino.de