Skip to content

Commit 98964ee

Browse files
committed
minor modifications
1 parent 98b07b1 commit 98964ee

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/controllers/DefaultController.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ public function index()
2424
$data['date'] = "2019-11-23";
2525
$data['externalComponentsIncluded'] = ["Ligne/Error Handler","Izniburak/PDOX"];
2626
$data['autor'] = "Albert Eduardo Hidalgo Taveras";
27-
$this->redirect(['controller'=>'default','action'=>'some']);
28-
// $this->setData($data);
29-
// $this->render("index",'Ligne 2');
30-
}
31-
32-
public function some(){
33-
echo 'some';
27+
$this->setData($data);
28+
$this->render("index",'Ligne 2');
3429
}
3530
}

0 commit comments

Comments
 (0)