Affiche les photos (miniature & grand).
|
@ -39,7 +39,7 @@ class Page {
|
|||
public function envoyer() {
|
||||
// Yeeeeeeeeeeeeeeeeeeeeeeha ! Et on envoie !
|
||||
if ($this->type == "page") {
|
||||
Squelette::enrober($this);
|
||||
echo Squelette::enrober($this);
|
||||
} else if ($this->type == "sendfile") {
|
||||
Stockage::get_prop_sendfile($this->sendfile_chemin, $this->sendfile_prop);
|
||||
} else if ($this->type == "redirect") {
|
||||
|
|
|
@ -48,6 +48,13 @@ class Système_fichiers {
|
|||
}
|
||||
|
||||
public static function envoyer_fichier_directement($chemin_fs) {
|
||||
// TODO : utiliser http://www.php.net/manual/en/function.readfile.php#86244 pour les téléchargements partiels
|
||||
// TODO : utiliser http://www.php.net/manual/en/function.readfile.php#52722 pour les types mimes
|
||||
// TODO : ou bien http://www.php.net/manual/en/function.header.php#48538 pour les types mimes
|
||||
// (ou mieux, l'utiliser au cas où on ne trouve pas dans le fichier d'apache).
|
||||
// TODO : stocker le type mime dans $chemin_fs . '__mime' et utiliser celui-là si possible, sinon les méthodes ci-dessus.
|
||||
// Licence des bouts de code du manuel PHP : CC-Attribution http://php.net/manual/en/about.notes.php
|
||||
header("Content-Type: image/jpg");
|
||||
return readfile($chemin_fs);
|
||||
}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 924 B |
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1012 B |
Before Width: | Height: | Size: 1012 B |
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 915 B |
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1004 B |
Before Width: | Height: | Size: 1004 B |
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 9 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 1012 B |
Before Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 1004 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |