Skip to content
Snippets Groups Projects
Commit f59f82be authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[fix] header already sent

parent 0fd14891
No related branches found
No related tags found
No related merge requests found
<?php require('configs/db.php'); ?>
<?php
require('configs/db.php');
require_once("tequila/tequila.php");
require_once('tequila/tequila_instance.inc');
include('./helpers.php');
?>
<!doctype html>
<html lang="fr">
<head>
<title>Postulation Apprentis | Consultation</title>
<?php
require_once("tequila/tequila.php");
require_once('tequila/tequila_instance.inc');
include('templates/head.php');
include('./helpers.php');
?>
<style>td {height: 40px;}</style>
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment