Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sistem-Informasi-Pariwisata-Tapanuli-Utara
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kyrie Cettyara
Sistem-Informasi-Pariwisata-Tapanuli-Utara
Commits
1018f0a8
Commit
1018f0a8
authored
Jul 23, 2021
by
KyrieCettyara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin view
parent
4a8a71a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
list.php
app/Views/admin/list.php
+1
-1
env
env
+7
-7
No files found.
app/Views/admin/list.php
View file @
1018f0a8
...
...
@@ -18,7 +18,7 @@
<div
class=
" card-body"
>
<h5
class=
"card-title"
>
<?=
$value
[
'judul_artikel'
];
?>
</h5>
<p
class=
"card-text"
>
<?=
$isi_artikel
;
?>
</p>
<a
href=
"
<?=
base_url
(
'artikel/'
.
$value
[
'id_artikel'
]);
?>
"
class=
"btn btn-primary"
>
Go somewhere
</a>
<a
href=
"
<?=
base_url
(
'artikel/'
.
$value
[
'id_artikel'
]);
?>
"
class=
"btn btn-primary"
>
Baca Artikel...
</a>
</div>
</div>
</div>
...
...
env
View file @
1018f0a8
...
...
@@ -14,7 +14,7 @@
# ENVIRONMENT
#--------------------------------------------------------------------
#
CI_ENVIRONMENT = development
CI_ENVIRONMENT = development
#--------------------------------------------------------------------
# APP
...
...
@@ -37,12 +37,12 @@
# DATABASE
#--------------------------------------------------------------------
# database.default.hostname = localhost
#
database.default.database = informasi_taput
#
database.default.username = root
#
database.default.password =
#
database.default.DBDriver = MySQLi
#
database.default.DBPrefix =
database.default.hostname = localhost:3306
database.default.database = informasi_taput
database.default.username = root
database.default.password =
database.default.DBDriver = MySQLi
database.default.DBPrefix =
# database.tests.hostname = localhost
# database.tests.database = ci4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment