How to delete two last lines from source
Posted: Sun May 28, 2006 8:35 am
Then i view my site View>Page Source the last two lines is:
I want to delete them! How i can make this?
I want to delete them! How i can make this?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
echo "<!-- Generated in ".microtime_diff($starttime,$endtime)." seconds by CMS Made Simple using ".(isset($db->query_count)?$db->query_count:'')." SQL queries -->\n";
#echo "<p>Generated in ".microtime_diff($starttime,$endtime)." seconds by CMS Made Simple (".$cached."cached) using ".(isset($db->query_count)?$db->query_count:'')." SQL queries and ".(function_exists('memory_get_usage')?memory_get_usage():'n/a')." bytes of memory</p>";
echo "<!-- CMS Made Simple - Released under the GPL - http://cmsmadesimple.org -->\n";