Убрал phptal и лишнее

This commit is contained in:
Фёдор Подлеснов 2016-07-21 14:49:21 +03:00
parent 651a841187
commit 96043d70e6
95 changed files with 4 additions and 10833 deletions

View file

@ -10,4 +10,3 @@ class Point
}
}
?>

View file

@ -49,5 +49,3 @@ class Rectangle
return new Point((($base->left + $base->right) - ($this->left + $this->right)) / 2, $base->bottom - $this->height);
}
}
?>