9 lines
161 B
PHP
Executable File
9 lines
161 B
PHP
Executable File
<?php
|
|
|
|
$idCollegeTemp = $_SESSION['idCollegeTemp'];
|
|
|
|
$this->college_temp->enregistrer($idCollegeTemp);
|
|
|
|
$this->rediriger("Collegepolice");
|
|
|
|
?>
|