Skip to content

Commit 03ca8f9

Browse files
authored
Update index.php
1 parent 4c2ee01 commit 03ca8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function cleanArray($didYouMeans){
271271

272272

273273
if(isset($_GET['bundle'])){
274-
// $code = file_get_contents($file);
274+
$code = file_get_contents($file);
275275
$rawFileContents = $code;
276276
$FileAll = (new \Nette\PhpGenerator\Extractor(file_get_contents($file)))->extractAll();
277277
$code = (new \Nette\PhpGenerator\PsrPrinter)->printFile($FileAll);

0 commit comments

Comments
 (0)