Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
21 lines
380 B
PHP
21 lines
380 B
PHP
<?php
|
|
$db=new dB($dbsetting);
|
|
?>
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<ol class="breadcrumb">
|
|
<li>
|
|
<i class="clip-home-3"></i>
|
|
<a href="<?php ECHO DOSEN_PAGE;?>">
|
|
Home
|
|
</a>
|
|
</li>
|
|
<li class="active">
|
|
Forum
|
|
</li>
|
|
</ol>
|
|
<div class="page-header">
|
|
<h1> Riwayat Diskusi <small><?php echo "$nim";?></small></h1>
|
|
</div>
|
|
</div>
|
|
</div>
|