mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Adding Id CVS attr to many include files, and also adding C++ format header,
for anybody who uses it, just for consistency ;)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
/*
|
||||
This PHP version of the GeoIP library was written in May 2002
|
||||
by Jim Winstead <jimw@apache.org>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
/*
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
/*
|
||||
This is a list of all manual languages hosted
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
// Try to find some variations of keyword with $prefix in the $lang manual
|
||||
function tryprefix($lang, $keyword, $prefix)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
// See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9
|
||||
// for cache control header descriptions (used in many places on the site).
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
// $Id$
|
||||
|
||||
// Define $MIRRORS array, and some constants
|
||||
include_once 'mirrors.inc';
|
||||
|
||||
Reference in New Issue
Block a user