2f1aa2d596
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
5 lines
76 B
PHP
5 lines
76 B
PHP
<html>
|
|
<body>
|
|
<h1>S = <?php echo $s; ?></h1>
|
|
</body>
|
|
</html>
|