/dokuwiki/lib/plugins/popularity/ |
H A D | admin.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | helper.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/inc/ |
H A D | fetch.functions.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | JpegMeta.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | cache.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | confutils.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | changelog.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | io.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | load.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | infoutils.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | indexer.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | pageutils.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | parserutils.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | media.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | init.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | auth.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/_test/core/ |
H A D | DokuWikiTest.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/lib/exe/ |
H A D | detail.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | indexer.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | css.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | js.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/lib/plugins/authplain/ |
H A D | auth.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
/dokuwiki/ |
H A D | feed.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|
H A D | install.php | 79e79377626799a77c11aa7849cb9c64305590c8 Wed Jan 07 09:47:45 UTC 2015 Andreas Gohr <gohr@cosmocode.de> Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
|