File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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+
315return [
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. ' ,
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments