Skip to content

Commit 3561a71

Browse files
committed
refactor: Updated info.php and init.php file headers
1 parent d7d1288 commit 3561a71

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

info.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?php
22

3+
defined('BASEPATH') || exit('A moment of silence for your attempt.');
4+
5+
/**
6+
* Dummy Module Info
7+
*
8+
* @package CiSkeleton\Modules
9+
* @category Dummy\Info
10+
* @author Kader Bouyakoub <bkader[at]mail[dot]com>
11+
* @copyright Copyright (c) 2025, Kader Bouyakoub
12+
* @since 0.1
13+
*/
14+
315
return [
416
'name' => 'Dummy Module',
517
'description' => 'This module is here to fill some dashboard pages with dummy content. Delete it to remove all its data.',

init.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?php
22

3+
defined('BASEPATH') || exit('A moment of silence for your attempt.');
4+
5+
/**
6+
* Dummy Module Init
7+
*
8+
* @package CiSkeleton\Modules
9+
* @category Dummy\Init
10+
* @author Kader Bouyakoub <bkader[at]mail[dot]com>
11+
* @copyright Copyright (c) 2025, Kader Bouyakoub
12+
* @since 0.1
13+
*/
14+
315
/**
416
* This action adds an alert to dashboard to invite the user to
517
* delete this dummy module, it's not needed.

0 commit comments

Comments
 (0)