-
Notifications
You must be signed in to change notification settings - Fork 35
/
svn.php
21 lines (19 loc) · 1.07 KB
/
svn.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/************************************************************************/
/* AContent */
/************************************************************************/
/* Copyright (c) 2010 */
/* Inclusive Design Institute */
/* */
/* This program is free software. You can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/************************************************************************/
/* created by the bundle script. */
/* the resulting file will look something like this: */
/* $svn_data = '
------------------------------------------------------------------------
r0001 | cindy | 2008-09-09 16:27:14 -0500 (Tue, 9 Sep 2008)
------------------------------------------------------------------------';
*/
?>