Skip to content

Commit

Permalink
Merge pull request #4 from nguyenanhung/v3.1.14-develop
Browse files Browse the repository at this point in the history
V3.1.14 develop
  • Loading branch information
nguyenanhung authored Feb 13, 2023
2 parents 9db36e5 + c6b73d3 commit 28bdb19
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 322 deletions.
13 changes: 13 additions & 0 deletions system/core/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ function is_php($version)

// ------------------------------------------------------------------------

if ( ! function_exists('is_windows'))
{
/**
* Check if we're running on a Windows platform
*/
function is_windows()
{
return DIRECTORY_SEPARATOR === '\\';
}
}

// ------------------------------------------------------------------------

if ( ! function_exists('is_really_writable'))
{
/**
Expand Down
Loading

0 comments on commit 28bdb19

Please sign in to comment.