-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.php
More file actions
23 lines (20 loc) · 1.37 KB
/
bootstrap.php
File metadata and controls
23 lines (20 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/*==========================================================================*\
|| ######################################################################## ||
|| # MMInc PHP # ||
|| # Project: MyList # ||
|| # $Id: $ # ||
|| # $Date: $ # ||
|| # $Author: $ # ||
|| # $Rev: $ # ||
|| # -------------------------------------------------------------------- # ||
|| # @Copyright (C) 2010 - Cameron Barr, Magnetic Merchandising Inc. # ||
|| # @license GNU/GPL http://www.gnu.org/copyleft/gpl.html # ||
|| # -------------------------------------------------------------------- # ||
|| # http://www.magneticmerchandising.com [email protected] # ||
|| ||
|| # -------------------------------------------------------------------- # ||
|| ######################################################################## ||
\*==========================================================================*/
require DIRLIBRARY ."import.legacy.php";
?>