Mise-à-jour sur-le-sentier.fr
version 2
This commit is contained in:
12
index.php
12
index.php
@@ -1,3 +1,9 @@
|
||||
<?php include 'localize.php';
|
||||
$domain = 'sentier';
|
||||
localize($domain);
|
||||
include 'functions.php';
|
||||
?>
|
||||
<?php session_start(); ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -26,12 +32,6 @@
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/sls.css" />
|
||||
|
||||
<?php include 'functions.php';
|
||||
session_start();
|
||||
$domain = 'sentier';
|
||||
localize($domain);
|
||||
?>
|
||||
|
||||
<?php
|
||||
//Get a list of file paths using the glob function.
|
||||
$fileList = glob('vegas/img/*.{jpg,jpeg,JPG,JPEG,heic,HEIC,webp,WEBP}', GLOB_BRACE);
|
||||
|
||||
Reference in New Issue
Block a user