ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/BBClone/trunk/index.php
(Generate patch)

Comparing trunk/index.php (file contents):
Revision 62 by matthys, Thu Nov 21 13:14:22 2013 UTC vs.
Revision 63 by joku, Thu Dec 5 15:19:31 2013 UTC

# Line 1 | Line 1
1 < <?php
2 < /* This file is part of BBClone (A PHP based Web Counter on Steroids)
3 < *
4 < * SVN FILE $Id$
5 < *  
6 < * Copyright (C) 2001-2013, the BBClone Team (see doc/authors.txt for details)
7 < *
8 < * This program is free software: you can redistribute it and/or modify
9 < * it under the terms of the GNU General Public License as published by
10 < * the Free Software Foundation, either version 3 of the License, or
11 < * (at your option) any later version.
12 < *
13 < * This program is distributed in the hope that it will be useful,
14 < * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 < * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 < * GNU General Public License for more details.
17 < *
18 < * See doc/copying.txt for details
19 < */
20 <
21 < if(!defined("_BBC_PAGE_NAME")){define("_BBC_PAGE_NAME", "BBClone");}
22 < // Show by default the Global Stats
23 < if (is_readable("show_global.php")) include_once("show_global.php");
1 > <?php
2 > /* This file is part of BBClone (A PHP based Web Counter on Steroids)
3 > *
4 > * SVN FILE $Id$
5 > *  
6 > * Copyright (C) 2001-2014, the BBClone Team (see doc/authors.txt for details)
7 > *
8 > * This program is free software: you can redistribute it and/or modify
9 > * it under the terms of the GNU General Public License as published by
10 > * the Free Software Foundation, either version 3 of the License, or
11 > * (at your option) any later version.
12 > *
13 > * This program is distributed in the hope that it will be useful,
14 > * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 > * GNU General Public License for more details.
17 > *
18 > * See doc/copying.txt for details
19 > */
20 >
21 > if(!defined("_BBC_PAGE_NAME")){define("_BBC_PAGE_NAME", "BBClone");}
22 > // Show by default the Global Stats
23 > if (is_readable("show_global.php")) include_once("show_global.php");
24   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines