Initial Commit
This commit is contained in:
6
web/revslider/application/hooks/https.php
Normal file
6
web/revslider/application/hooks/https.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class Https {
|
||||
public function trigger_https() {
|
||||
force_config_ssl();
|
||||
}
|
||||
}
|
||||
10
web/revslider/application/hooks/index.html
Normal file
10
web/revslider/application/hooks/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user