Skip to content

Instantly share code, notes, and snippets.

@ABarailler
ABarailler / nobomb.php
Created March 21, 2017 09:59
Pour les fichiers corrompu
<?php
// Tell me the root folder path.
// You can also try this one
// $HOME = $_SERVER["DOCUMENT_ROOT"];
// Or this
// dirname(__FILE__)
$HOME = dirname(__FILE__);
// Is this a Windows host ? If it is, change this line to $WIN = 1;
$WIN = 0;