mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
More renaming of Default to Statistics.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<%@ Page Language="C#" Inherits="DiscImageChef.Server.Default" %>
|
<%@ Page Language="C#" Inherits="DiscImageChef.Server.Statistics" %>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ using System.Linq;
|
|||||||
|
|
||||||
namespace DiscImageChef.Server
|
namespace DiscImageChef.Server
|
||||||
{
|
{
|
||||||
public partial class Default : System.Web.UI.Page
|
public partial class Statistics : System.Web.UI.Page
|
||||||
{
|
{
|
||||||
class MediaItem
|
class MediaItem
|
||||||
{
|
{
|
||||||
|
|||||||
2
DiscImageChef.Server/Statistics.aspx.designer.cs
generated
2
DiscImageChef.Server/Statistics.aspx.designer.cs
generated
@@ -11,7 +11,7 @@
|
|||||||
namespace DiscImageChef.Server {
|
namespace DiscImageChef.Server {
|
||||||
|
|
||||||
|
|
||||||
public partial class Default {
|
public partial class Statistics {
|
||||||
|
|
||||||
protected System.Web.UI.HtmlControls.HtmlGenericControl body;
|
protected System.Web.UI.HtmlControls.HtmlGenericControl body;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user