4 lines
73 B
PHP
4 lines
73 B
PHP
<?php
|
|
// Redirect to buycourses/index.php
|
|
header('location: index.php');
|
<?php
|
|
// Redirect to buycourses/index.php
|
|
header('location: index.php');
|