Queue search
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace LeafWeb.WebCms.Controllers
|
||||
{
|
||||
public static class CompileFlag
|
||||
{
|
||||
public static bool IsDebug()
|
||||
{
|
||||
#if DEBUG
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user