musings of an old software plumber...
<?php if ( ! defined('FOOBAR') ) define('FOOBAR', '123');
<?php defined('FOOBAR') or define('FOOOBAR', '123');
No comments:
Post a Comment