Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ae2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Antoine
ae2
Commits
a9ffcaa2
Commit
a9ffcaa2
authored
May 15, 2015
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update php opening tags
parent
e1322ddb
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
86 additions
and
47 deletions
+86
-47
affiches.php
affiches.php
+2
-1
asso/weekmail.php
asso/weekmail.php
+1
-1
comptoir/cbar.php
comptoir/cbar.php
+2
-1
covoiturage/generate.php
covoiturage/generate.php
+2
-1
covoiturage/imgtrajet.php
covoiturage/imgtrajet.php
+2
-1
e-boutic/include/answer.inc.php
e-boutic/include/answer.inc.php
+2
-1
e-boutic/include/e-boutic.inc.php
e-boutic/include/e-boutic.inc.php
+2
-1
e-boutic/success.php
e-boutic/success.php
+2
-1
forum2/rss.php
forum2/rss.php
+2
-1
images/comptoir/eboutic/watermark.php
images/comptoir/eboutic/watermark.php
+2
-1
include/carto.inc.php
include/carto.inc.php
+2
-1
include/cts/edt_img.inc.php
include/cts/edt_img.inc.php
+1
-1
include/cts/imgcarto.inc.php
include/cts/imgcarto.inc.php
+2
-1
include/cts/imgloc.inc.php
include/cts/imgloc.inc.php
+2
-1
include/cts/tagcloud.inc.php
include/cts/tagcloud.inc.php
+2
-1
include/cts/taglist.inc.php
include/cts/taglist.inc.php
+2
-1
include/entities/fax.inc.php
include/entities/fax.inc.php
+2
-1
include/entities/fs.inc.php
include/entities/fs.inc.php
+2
-1
include/genealogie.inc.php
include/genealogie.inc.php
+2
-1
include/graph.inc.php
include/graph.inc.php
+1
-1
include/httppost.inc.php
include/httppost.inc.php
+2
-1
include/lib/mailer.inc.php
include/lib/mailer.inc.php
+2
-1
include/lib/mcrypt.inc.php
include/lib/mcrypt.inc.php
+2
-1
include/pdf/facture_pdf.inc.php
include/pdf/facture_pdf.inc.php
+2
-1
include/pdf/inventaire_pdf.inc.php
include/pdf/inventaire_pdf.inc.php
+2
-1
include/serverwebdavae.inc.php
include/serverwebdavae.inc.php
+2
-1
include/watermark.inc.php
include/watermark.inc.php
+1
-1
jobetu/include/jobuser_etu.inc.php
jobetu/include/jobuser_etu.inc.php
+2
-1
news.php
news.php
+2
-1
pedagogie/cursus.php
pedagogie/cursus.php
+2
-1
pedagogie/include/cts/edt_render.inc.php
pedagogie/include/cts/edt_render.inc.php
+1
-1
pedagogie/uv.php
pedagogie/uv.php
+2
-1
pedagogie/uv_groupe.php
pedagogie/uv_groupe.php
+2
-1
phpcron/atomff1j.php
phpcron/atomff1j.php
+2
-1
planet/include/planet.inc.php
planet/include/planet.inc.php
+2
-1
sas2/include/mosaic.inc.php
sas2/include/mosaic.inc.php
+2
-1
superflux.php
superflux.php
+2
-1
temp/asso_graph.php
temp/asso_graph.php
+2
-1
temp/carto.php
temp/carto.php
+2
-1
temp/famille_ae.php
temp/famille_ae.php
+2
-1
temp/pg_genindex.php
temp/pg_genindex.php
+2
-1
temp/planis.php
temp/planis.php
+1
-1
temp/populate_asso.php
temp/populate_asso.php
+2
-1
temp/superflux.php
temp/superflux.php
+1
-1
uvs/planning.php
uvs/planning.php
+2
-1
uvs/profils.php
uvs/profils.php
+2
-1
webdav.php
webdav.php
+1
-1
No files found.
affiches.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2010
* - Julien Etelain < julien at pmad dot net >
* - Pierre Mauduit
...
...
asso/weekmail.php
View file @
a9ffcaa2
<?
<?
php
/* Copyright 2009
* - Simon Lopez < simon dot lopez at ayolo dot org >
*
...
...
comptoir/cbar.php
View file @
a9ffcaa2
<?
<?php
$topdir
=
"../"
;
include
(
$topdir
.
"include/lib/barcode.inc.php"
);
...
...
covoiturage/generate.php
View file @
a9ffcaa2
<?
<?php
/** @file
* Rendu d'un trajet.
*
...
...
covoiturage/imgtrajet.php
View file @
a9ffcaa2
<?
<?php
/** @file
* Rendu d'un trajet.
*
...
...
e-boutic/include/answer.inc.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief Classe answer, g�rant l'analyse de la r�ponse des serveurs
...
...
e-boutic/include/e-boutic.inc.php
View file @
a9ffcaa2
<?
<?php
/**
* @brief La classe e-boutic permettant le design du site de la
* boutique en ligne.
...
...
e-boutic/success.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief Succès du paiement. en principe pas grand chose à faire,
...
...
forum2/rss.php
View file @
a9ffcaa2
<?
<?php
/*
* FORUM2 - flux rss
*
...
...
images/comptoir/eboutic/watermark.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief Generation d'images watermarkees
...
...
include/carto.inc.php
View file @
a9ffcaa2
<?
<?php
/*
* Placement de points sur une carte de France - projet ultra
* expérimental
...
...
include/cts/edt_img.inc.php
View file @
a9ffcaa2
<?
<?
php
/** @file
*
...
...
include/cts/imgcarto.inc.php
View file @
a9ffcaa2
<?
<?php
/*
* @brief Classe de traçage d'objets géographiques.
*
...
...
include/cts/imgloc.inc.php
View file @
a9ffcaa2
<?
<?php
/*
* @brief Classe de traçage de lieux, basé sur l'utilisation de la
* clase imgcarto. Cette classe a par ailleurs pour objectif de lier
...
...
include/cts/tagcloud.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Manuel Vonthron < manuel DOT vonthron AT acadis DOT org >
*
...
...
include/cts/taglist.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Julien Etelain < julien at pmad dot net >
*
...
...
include/entities/fax.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Pierre Mauduit <pierre POINT mauduit CHEZ utbm POINT fr>
*
...
...
include/entities/fs.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Julien Etelain < julien at pmad dot net >
*
...
...
include/genealogie.inc.php
View file @
a9ffcaa2
<?
<?php
/** @file
* Generation d'images d'arbre genealogique
*
...
...
include/graph.inc.php
View file @
a9ffcaa2
<?
<?
php
/** @file
*
...
...
include/httppost.inc.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief Classe d'HTTP Post
...
...
include/lib/mailer.inc.php
View file @
a9ffcaa2
<?
<?php
class
mailer
{
private
$to
=
array
();
...
...
include/lib/mcrypt.inc.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief fonctions de cryptographie mcrypt permettant
...
...
include/pdf/facture_pdf.inc.php
View file @
a9ffcaa2
<?
<?php
/*
* Generation de facture pdf a la volee
*
...
...
include/pdf/inventaire_pdf.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2010
* - Jérémie Laval < jeremie dot laval at gmail dot com >
*
...
...
include/serverwebdavae.inc.php
View file @
a9ffcaa2
<?
<?php
/**
* @file
*/
...
...
include/watermark.inc.php
View file @
a9ffcaa2
<?
<?
php
/** @file
* Generation d'images watermarkees AE
...
...
jobetu/include/jobuser_etu.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Manuel Vonthron < manuel DOT vonthron AT acadis DOT org >
*
...
...
news.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2006
* - Julien Etelain < julien at pmad dot net >
* - Pierre Mauduit
...
...
pedagogie/cursus.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Manuel Vonthron < manuel DOT vonthron AT acadis DOT org >
* - Pierre Mauduit <pierre POINT mauduit CHEZ utbm POINT fr>
...
...
pedagogie/include/cts/edt_render.inc.php
View file @
a9ffcaa2
<?
<?
php
/** @file
*
...
...
pedagogie/uv.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007,2010
* - Manuel Vonthron < manuel DOT vonthron AT acadis DOT org >
* - Pierre Mauduit <pierre POINT mauduit CHEZ utbm POINT fr>
...
...
pedagogie/uv_groupe.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Manuel Vonthron < manuel DOT vonthron AT acadis DOT org >
* - Pierre Mauduit <pierre POINT mauduit CHEZ utbm POINT fr>
...
...
phpcron/atomff1j.php
View file @
a9ffcaa2
<?
<?php
exit
();
$_SERVER
[
'SCRIPT_FILENAME'
]
=
"/var/www/ae2/phpcron"
;
...
...
planet/include/planet.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Simon Lopez < simon DOT lopez AT ayolo DOT org >
*
...
...
sas2/include/mosaic.inc.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2004-2006
* - Julien Etelain < julien at pmad dot net >
*
...
...
superflux.php
View file @
a9ffcaa2
<?
<?php
$topdir
=
"./"
;
require_once
(
$topdir
.
"include/site.inc.php"
);
$site
=
new
site
();
...
...
temp/asso_graph.php
View file @
a9ffcaa2
<?
<?php
//header ("Content-Type: text/plain");
$topdir
=
"../"
;
...
...
temp/carto.php
View file @
a9ffcaa2
<?
<?php
/*
* Test cartographie
*
...
...
temp/famille_ae.php
View file @
a9ffcaa2
<?
<?php
/*
* test
*
...
...
temp/pg_genindex.php
View file @
a9ffcaa2
<?
<?php
// Exceptionnellement encod en ISO Latin 1 (encodage du PG)
...
...
temp/planis.php
View file @
a9ffcaa2
<?
<?
php
define
(
'RAYON_TERRE'
,
6400
);
...
...
temp/populate_asso.php
View file @
a9ffcaa2
<?
<?php
$topdir
=
"../"
;
require_once
(
$topdir
.
"include/mysql.inc.php"
);
require_once
(
$topdir
.
"include/mysqlae.inc.php"
);
...
...
temp/superflux.php
View file @
a9ffcaa2
<?
<?
php
$topdir
=
'../'
;
//require_once($topdir. "include/site.inc.php");
//$site = new site();
...
...
uvs/planning.php
View file @
a9ffcaa2
<?
<?php
/** @file
*
* @brief Gestion du planning par semestre, fourni par
...
...
uvs/profils.php
View file @
a9ffcaa2
<?
<?php
/* Copyright 2007
* - Manuel Vonthron <manuel DOT vonthron AT acadis DOT org>
*
...
...
webdav.php
View file @
a9ffcaa2
<?
<?
php
/* Copyright 2007
* - Julien Etelain < julien at pmad dot net >
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment