9 lines
148 B
PHP
9 lines
148 B
PHP
|
<?php
|
||
|
// donate.php
|
||
|
// Last update: 2014-9-23
|
||
|
|
||
|
// Require core components
|
||
|
require_once __DIR__ . '/../startup.php';
|
||
|
|
||
|
require_once fiiSwitch_path();
|