PHP Classes

File: inc/config/general.inc.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Website Informer Tools   inc/config/general.inc.php   Download  
File: inc/config/general.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Website Informer Tools
Tool to show relevant information about Web sites
Author: By
Last change:
Date: 9 months ago
Size: 1,028 bytes
 

Contents

Class file image Download
<?php

 
/**
 * General Configuration
 * Replace the informations by the your.
 *
 * @package Get Meta Tools
 * @author SORIA Pierre-Henry
 * @email pierrehs@hotmail.com
 * @link http://github.com/pH-7
 * @copyright Copyright pH7 Script All Rights Reserved.
 * @license CC-BY - http://creativecommons.org/licenses/by/3.0/
 * @version : dataUri.php 2012-02-2 pierrehs $
 */
 
namespace PH7\Seo\Meta;
defined('PH7') or exit('Restricted access');

date_default_timezone_set('America/Los_Angeles'); // See here if you want to change this value http://www.php.net/manual/en/timezones.php

$sSiteName = t('Information Website Tools');
$sPageTitle = t('Website Server Information System Tools'); // Default title
$sMetaDescription = t('Website Information Tools for webmasters | DNS Call, Get the Header Meta Html Site, Server Information and the technology used by the siteweb');
$sMetaKeywords = t('meta,get meta,html,webmaster tools,seo,site,technology,analysis');
$sEmail = 'your-email@your-domain.com';