<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=AF201_206 // //================================================================= //-- Skips double-submit check define( 'DEBUG_SKIP_DOUBLE_SUBMIT_CHECK', false ); //-- Writes to console define( 'DEBUG_WRITE_TO_CONSOLE', false ); define( 'DEBUG_PATH_CONSOLE_OUT', dirname(__FILE__) . "/../../" ); //-- Displays smtp log to page define( 'DEBUG_DISPLAY_SMTP_LOG', false ); //-- Displays object name and command in message loop define( 'DEBUG_TRACE_MSG_LOOP', false ); ?>