new file: .gitconfig
modified: .gitignore modified: SRC/app/config/app.php new file: SRC/app/controllers/testBd.php modified: SRC/app/routes.php new file: SRC/app/views/testBd.php
This commit is contained in:
5
SRC/app/views/testBd.php
Normal file
5
SRC/app/views/testBd.php
Normal file
@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>S = <?php echo $s; ?></h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user