summaryrefslogtreecommitdiffstats
path: root/system/core/compat
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2015-01-21 22:56:22 +0100
committervlakoff <vlakoff@gmail.com>2015-01-21 22:56:22 +0100
commit4cbe463b4c442e0e2dae2f43565e77f7ac5ecb86 (patch)
tree6154182c2859669fc65478915413f79d2e1108f5 /system/core/compat
parent1c6522c5c45db81f3726c2542cb7ffd01664caab (diff)
Remove closing blocks at end of PHP files
Diffstat (limited to 'system/core/compat')
-rw-r--r--system/core/compat/hash.php3
-rw-r--r--system/core/compat/mbstring.php3
-rw-r--r--system/core/compat/password.php3
-rw-r--r--system/core/compat/standard.php3
4 files changed, 0 insertions, 12 deletions
diff --git a/system/core/compat/hash.php b/system/core/compat/hash.php
index aeacabdb9..477535dca 100644
--- a/system/core/compat/hash.php
+++ b/system/core/compat/hash.php
@@ -196,6 +196,3 @@ if ( ! function_exists('hash_pbkdf2'))
return substr($raw_output ? $hash : bin2hex($hash), 0, $length);
}
}
-
-/* End of file hash.php */
-/* Location: ./system/core/compat/hash.php */ \ No newline at end of file
diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php
index 52ca6d02f..ddb2bae47 100644
--- a/system/core/compat/mbstring.php
+++ b/system/core/compat/mbstring.php
@@ -147,6 +147,3 @@ if ( ! function_exists('mb_substr'))
: substr($str, $start);
}
}
-
-/* End of file mbstring.php */
-/* Location: ./system/core/compat/mbstring.php */ \ No newline at end of file
diff --git a/system/core/compat/password.php b/system/core/compat/password.php
index 00befb022..7b933aa04 100644
--- a/system/core/compat/password.php
+++ b/system/core/compat/password.php
@@ -231,6 +231,3 @@ if ( ! function_exists('password_verify'))
return ($compare === 0);
}
}
-
-/* End of file password.php */
-/* Location: ./system/core/compat/password.php */ \ No newline at end of file
diff --git a/system/core/compat/standard.php b/system/core/compat/standard.php
index f24f7f8ae..5a428c114 100644
--- a/system/core/compat/standard.php
+++ b/system/core/compat/standard.php
@@ -387,6 +387,3 @@ if ( ! function_exists('quoted_printable_encode'))
return $output;
}
}
-
-/* End of file standard.php */
-/* Location: ./system/core/compat/standard.php */ \ No newline at end of file