Bladeren bron

Added GET functions bodies

Laurent Treguier 9 jaren geleden
bovenliggende
commit
6032c0db11
4 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1
    1
      controllers/data.php
  2. 1
    1
      controllers/files.php
  3. 1
    1
      controllers/login.php
  4. 1
    1
      controllers/promo.php

+ 1
- 1
controllers/data.php Bestand weergeven

@@ -2,7 +2,7 @@
2 2
 
3 3
 function data()
4 4
 {
5
-    // TODO
5
+    return html("data.html.php");
6 6
 }
7 7
 
8 8
 function data_extract()

+ 1
- 1
controllers/files.php Bestand weergeven

@@ -2,7 +2,7 @@
2 2
 
3 3
 function files()
4 4
 {
5
-    // TODO
5
+    return html("files.html.php");
6 6
 }
7 7
 
8 8
 function add_file()

+ 1
- 1
controllers/login.php Bestand weergeven

@@ -2,7 +2,7 @@
2 2
 
3 3
 function login()
4 4
 {
5
-    // TODO
5
+    return html("login.html.php");
6 6
 }
7 7
 
8 8
 function check_login()

+ 1
- 1
controllers/promo.php Bestand weergeven

@@ -2,7 +2,7 @@
2 2
 
3 3
 function promo()
4 4
 {
5
-    // TODO
5
+    return html("promo.html.php");
6 6
 }
7 7
 
8 8
 function add_promo()