mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Merge pull request #10797 from muhammadcahya/master
Efficiency CSS on Requirement Checker
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,12 +11,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<header>
|
||||
<h1>Yii Application Requirement Checker</h1>
|
||||
</div>
|
||||
</header>
|
||||
<hr>
|
||||
|
||||
<div class="content">
|
||||
<main>
|
||||
<h3>Description</h3>
|
||||
<p>
|
||||
This script checks if your server configuration meets the requirements
|
||||
@@ -67,15 +66,12 @@
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<hr>
|
||||
|
||||
<div class="footer">
|
||||
<footer>
|
||||
<p>Server: <?php echo $this->getServerInfo() . ' ' . $this->getNowDate() ?></p>
|
||||
<p>Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user