<?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 // //================================================================= //-- Specifies internal encoding used in the script define( 'SYS_INTERNAL_ENCODING', 'utf8' ); //-- Specifies the output encoding define( 'SYS_OUTPUT_ENCODING', 'utf8' ); //-- Specifies the time length to keep the log define( 'SYS_KEEP_LOG_PERIOD', 90 ); //-- Dumps the deleted records to log table define( 'DUMP_DELETED_RECORD', false ); //-- Includes lang code in template file name define( 'MULTI_LANG_TEMPLATE', false ); //-- Saves html page on disk define( 'SAVE_AS_HTML_PAGE', false ); //-- The prefix for the init value array define( 'INIT_FORM_ARRAY_PREFIX', 'init_values_for_' ); ?>