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/autoloader.php
3 3
function vigilo_autoloader($class_name)
4 4
{
5 5
    if (strncmp($class_name, 'Vigilo', 6)==0) {
6
        require_once __DIR__ . DIRECTORY_SEPARATOR .'Vigilo'. DIRECTORY_SEPARATOR . $class_name . '.php';
6
        require_once(__DIR__ . DIRECTORY_SEPARATOR . 'Vigilo' . DIRECTORY_SEPARATOR . $class_name . '.php');
7 7
    }
8 8
}

Also available in: Unified diff