Backport
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 25 Nov 2006 17:00:03 +0000 (17:00 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 25 Nov 2006 17:00:03 +0000 (17:00 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1167 839d8a87-29fc-0310-9880-83ba4fa771e5

12 files changed:
bin/banana.spoolgen.php
bin/cron/checkdb.php
bin/cron/clean.php
bin/cron/cron_validations.php
bin/cron/emails.check.php
bin/cron/homonymes.php
bin/cron/notifs.birthday.php
bin/cron/notifs.send.php
bin/cron/rapports_inscription.php
bin/cron/recherche.php
bin/lists.create_promo.php
bin/newsletter.send.php

index 74b3bb0..ce5d27c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/php4
+#!/usr/bin/php5
 <?php
 /********************************************************************************
  * spoolgen.php : spool generation
index 2e6e13e..cd6512b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 2e85b28..c8ba16e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 415260b..ae78bde 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 8b372d8..f47772a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 5fffa76..040f032 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 86631d0..5222098 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 9a393aa..aa22a12 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index c9d09fd..7086ee7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 require('./connect.db.inc.php');
 $MESSAGE = '';
index 58fafd1..5c98d24 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *
index 9fc4039..b9ce8dd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 require_once("xorg.inc.php");
 require_once('validations.inc.php');
index 1a185d3..e12c262 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
  *  Copyright (C) 2003-2006 Polytechnique.org                              *