Update manage_rooms.php

This commit is contained in:
OscarRui 2021-04-08 18:02:00 +02:00 committed by GitHub
parent 46915a54a0
commit 1654e1cc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
require('room_dto.php');
require('./includes/room_dto.php');
$r1 = new RoomDTO(0,20,20);
$r2 = new RoomDTO(1,10,30);
@ -34,4 +34,4 @@
}
drawRooms($rooms);
?>
</div>
</div>