Project

General

Profile

Revision e0c97dab

IDe0c97dabb7b25bf02506456533588cb5df912298
Parent 75e60ab7
Child 0ec9e450

Added by Francois POIROTTE about 7 years ago

Léger nettoyage

Utilisation de DIRECTORY_SEPARATOR pour la généricité.
Remplacement des tabulations par 4 espaces.

Change-Id: I6a61883963d28f49fe2919a9f5d4b0b9c7470213
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/2364
Tested-by: Build system <>
Reviewed-by: Francois POIROTTE <>

View differences:

src/ajax/getVTValue.php
1 1
<?php
2 2

  
3 3
if (strpos(filter_input(INPUT_SERVER, "PHP_SELF"), "getVTValue.php")) {
4
   include ("../../../inc/includes.php");
4
  include(dirname(dirname(__DIR__)) .
5
          DIRECTORY_SEPARATOR . "inc" .
6
          DIRECTORY_SEPARATOR . "includes.php");
7

  
5 8
   header("Content-Type: text/html; charset=UTF-8");
6 9
   Html::header_nocache();
7 10
}

Also available in: Unified diff