PluginProbe
Redirection / 2.9
Redirection v2.9
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
← All changes | modules/apache.php +2 -2 4.22.9 View file →
@@ -27,9 +27,9 @@
27 27 }
28 28 }
29 29
30 30 protected function flush_module() {
31 - include_once dirname( dirname( __FILE__ ) ) . '/models/htaccess.php';
31 + include_once dirname( dirname( __FILE__ ) ).'/models/htaccess.php';
32 32
33 33 if ( empty( $this->location ) ) {
34 34 return;
35 35 }
@@ -49,9 +49,9 @@
49 49 return $htaccess->save( $this->location );
50 50 }
51 51
52 52 public function update( array $data ) {
53 - include_once dirname( dirname( __FILE__ ) ) . '/models/htaccess.php';
53 + include_once dirname( dirname( __FILE__ ) ).'/models/htaccess.php';
54 54
55 55 $save = array(
56 56 'location' => isset( $data['location'] ) ? trim( $data['location'] ) : '',
57 57 );