Ajout d'une étape de linting dans DroneCi (#3)

Corrige un doublons laissé par le rebase semi-manuel

Ajout d'une étape de linting dans DroneCi

Fix linting

Co-authored-by: Nigel Sheldon <nigelsheldon@live.fr>
Reviewed-on: https://gitea.nemunai.re/halo-battle/game/pulls/3
This commit is contained in:
Nigel 2020-11-21 18:54:32 +00:00
commit dd61d3b66b
263 changed files with 45327 additions and 42695 deletions

View file

@ -1,8 +1,7 @@
<?php
//Pub haute
if ($_SERVER["HTTP_HOST"] != "halo-battle.local")
{
$template->assign('pub', '<script type="text/javascript"><!--
if ($_SERVER["HTTP_HOST"] != "halo-battle.local") {
$template->assign('pub', '<script type="text/javascript"><!--
google_ad_client = "pub-8183761828268957";
//468x60, date de création 20/11/07
google_ad_slot = "9088855275";
@ -13,9 +12,9 @@ google_ad_height = 60;
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />');
//Google Analyst + XiTi
//*
$template->assign('analyst', '<script type="text/javascript">
//Google Analyst + XiTi
//*
$template->assign('analyst', '<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));
</script>
@ -35,6 +34,5 @@ xtdi = ""; //implication degree
//-->
</script>
<script type="text/javascript" src="http://www.monsite.fr/xtcore.js"></script>');
//*/
}
?>
//*/
}