Another test

--HG--
extra : rebase_source : d6fd95a2c138efdb1901d7b09af47e20e6bf993e
This commit is contained in:
Sébastien Lucas 2013-08-29 08:43:11 +02:00
parent a51a276805
commit 881f76d87a
2 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,7 @@ require_once ("resources/php-epub-meta/epub.php");
header ("Content-Type: text/html;charset=utf-8");
$book = new EPub ("c:/Temp/Alice.epub");
$book = new EPub ("c:/Temp/Phare.epub");
$book->initSpineComponent ();
?>