Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Remove Joomla Generator Tag

You may want to remove the Joomla generator tag from the head of the document and from appearing on each and every page of the website.

To remove the generator tag,
1) Open the file head.php located in:
/libraries/joomla/document/html/renderer/head.php

2) Near line 87 comment out a line with generator like:
$strHtml .= $tab.'<meta name=”generator” content=”‘.$document->getGenerator().'” />’.$lnEnd;