mirror of https://github.com/BOINC/boinc.git
Working version of CVS version tracking system
svn path=/trunk/boinc/; revision=5082
This commit is contained in:
parent
fec1341cb8
commit
4c1a3ad473
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$cvs_version_tracker[]="\$Id$"; //get CVS version of this file to be shown in version list (display_cvs_version())
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
|
||||
require_once('../inc/db.inc');
|
||||
require_once('../inc/sanitize_html.inc');
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$cvs_version_tracker[]="\$Id$"; //get CVS version of this file to be shown in version list (display_cvs_versions())
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
|
||||
require_once("../project/project.inc");
|
||||
require_once("../inc/countries.inc");
|
||||
|
|
Loading…
Reference in New Issue