PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Site URL   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Site URL
Get URLs related with the current request site
Author: By
Last change: Apply fixes from StyleCI
Date: 5 years ago
Size: 203 bytes
 

Contents

Class file image Download
<?php


require_once 'init.php';

echo
'site url: ';
//for site url
echo Site::SiteUrl();

echo
'<br> Random salts: ';

//for slug,random string
echo Site::Salts(10);

//for redirect
//Site::Redirect();